DynamicTablePadding Property |
Gets or sets the padding around the table cells
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Nullable<Padding> Padding { get; set; }
Public Property Padding As Nullable(Of Padding)
Get
Set
member Padding : Nullable<Padding> with get, set
Property Value
Type:
NullablePaddingThe padding.
See Also