Click or drag to resize

DynamicTableSpacing Property

Gets or sets the spacing between the table cells

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

Property Value

Type: NullableSize
The spacing.
See Also