Click or drag to resize

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; }

Property Value

Type: Size
The spacing between the cells.
See Also