Click or drag to resize

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

Property Value

Type: Int32
The spacing between each control.
See Also