StackLayoutSpacing Property |
Gets or sets the spacing between each of the controls in the stack.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Spacing { get; set; }
Public Property Spacing As Integer
Get
Set
member Spacing : int with get, set
Property Value
Type:
Int32The spacing between each control.
See Also