ModernWindowAvatarText Property |
Gets or sets the text shown at the left side of the avatar
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public string AvatarText { get; set; }
Public Property AvatarText As String
Get
Set
public:
property String^ AvatarText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The avatar text.
See Also