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; }
Public Property DefaultSpacing As Nullable(Of Size)
Get
Set
member DefaultSpacing : Nullable<Size> with get, set
Property Value
Type:
NullableSizeThe default spacing.
See Also