|
WidgetServerInstance Property
|
Get font server instance.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static WidgetServer Instance { get; }
Public Shared ReadOnly Property Instance As WidgetServer
Get
public:
static property WidgetServer^ Instance {
WidgetServer^ get ();
}
static member Instance : WidgetServer with get
Property Value
Type:
WidgetServerThe instance.
See Also