|
WidgetServerRadioButtonSize Property
|
Default radio button size.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic Size RadioButtonSize { get; }
Public ReadOnly Property RadioButtonSize As Size
Get
public:
property Size RadioButtonSize {
Size get ();
}
member RadioButtonSize : Size with get
Property Value
Type:
SizeThe size of the radio button.
See Also