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