CheckBoxListSpacing Property |
Gets or sets the spacing between each radio button.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size Spacing { get; set; }
Public Property Spacing As Size
Get
Set
member Spacing : Size with get, set
Property Value
Type:
SizeThe spacing between radio buttons.
See Also