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