Click or drag to resize

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

Property Value

Type: NullablePadding
The padding.
See Also