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 Content As Control
Get
Set
abstract Content : Control with get, set
Property Value
Type:
ControlThe 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
WindowSee Also