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