ModernWindowIsAvatarVisible Property |
Gets or sets a value indicating whether the avatar is visible.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public bool IsAvatarVisible { get; set; }
Public Property IsAvatarVisible As Boolean
Get
Set
public:
property bool IsAvatarVisible {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if the avatar is visible; otherwise,
false.
See Also