TableLayoutSpacing Property |
Gets or sets the horizontal and vertical spacing between each of the cells of the table.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Size Spacing { get; set; }
Public Property Spacing As Size
Get
Set
member Spacing : Size with get, set
Property Value
Type:
SizeThe spacing between the cells.
See Also