ModernWindowAvatarSize Property |
Gets or sets the size of the avatar icon.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public double AvatarSize { get; set; }
Public Property AvatarSize As Double
Get
Set
public:
property double AvatarSize {
double get ();
void set (double value);
}
Property Value
Type:
Double
The size of the avatar.
See Also