|
WidgetServerDropdownFont Property
|
Get dropdown menu font.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic Font DropdownFont { get; }
Public ReadOnly Property DropdownFont As Font
Get
public:
property Font^ DropdownFont {
Font^ get ();
}
member DropdownFont : Font with get
Property Value
Type:
FontThe dropdown font.
See Also