|
WidgetServerCheckBoxSize Property
|
Default check box size.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic Size CheckBoxSize { get; }
Public ReadOnly Property CheckBoxSize As Size
Get
public:
property Size CheckBoxSize {
Size get ();
}
member CheckBoxSize : Size with get
Property Value
Type:
SizeThe size of the check box.
See Also