Click or drag to resize

RadioButtonListSpacing 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; }

Property Value

Type: Size
The spacing between radio buttons.
See Also