ModernWindowAvatarBrush Property |
Gets or sets the avatar brush. it can be any type of
Brush that will be shown as Avatar if
IsAvatarVisible is set to
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public Brush AvatarBrush { get; set; }
Public Property AvatarBrush As Brush
Get
Set
public:
property Brush^ AvatarBrush {
Brush^ get ();
void set (Brush^ value);
}
Property Value
Type:
Brush
The avatar brush.
See Also