Click or drag to resize

PanelIHandlerContent Property

Gets or sets the main content of the panel.

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

Property Value

Type: Control
The child content of the control.
Remarks
The main content will be offset by the Padding value specified, and will take up the entire content area of the control. Some controls may have decorations that will surround the content, such as a GroupBox, TabControl, or Window
See Also