BasicWindowDefaultStyle Property |
Gets or sets the default style of the Window.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax protected string DefaultStyle { get; set; }
Protected Property DefaultStyle As String
Get
Set
protected:
property String^ DefaultStyle {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
The default style.
See Also