Click or drag to resize

PanelPadding Property

Gets or sets the padding around the Content of the panel.

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

Property Value

Type: Padding
The padding around the content.
See Also