Click or drag to resize

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; }

Property Value

Type: Brush
The avatar brush.
See Also