Click or drag to resize

DynamicLayoutDefaultSpacing Property

Gets or sets the default spacing for all cells in the layout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Nullable<Size> DefaultSpacing { get; set; }

Property Value

Type: NullableSize
The default spacing.
See Also