TableLayoutPadding Property |
Gets or sets the padding bordering the table.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Padding Padding { get; set; }
Public Property Padding As Padding
Get
Set
member Padding : Padding with get, set
Property Value
Type:
PaddingThe padding bordering the table.
See Also