|
WidgetServerTextFont Property
|
Get font for regular text.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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