Click or drag to resize

DynamicLayout.Padding Property

Gets or sets the padding around the entire content of the layout

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Nullable<Padding> Padding { get; set; }

Property Value

Type: Nullable<Padding>
The padding.
See Also