Click or drag to resize

WidgetServer Class

Widget server. Singleton instance that store global widget attributes.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsWidgetServer

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public sealed class WidgetServer

The WidgetServer type exposes the following members.

Properties
  NameDescription
Public propertyCheckBoxPadding
Default checkbox padding.
Public propertyCheckBoxSize
Default check box size.
Public propertyDropdownFont
Get dropdown menu font.
Public propertyStatic memberInstance
Get font server instance.
Public propertyMenuHeaderFont
Get menu header font.
Public propertyRadioButtonPadding
Default radio button padding.
Public propertyRadioButtonSize
Default radio button size.
Public propertySliderValueTagFont
Get slider value tag font.
Public propertyTextFont
Get font for regular text.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic membergetScalingFactor
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberscaleFontSize
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also