NavigationItemContent Property |
Gets the content for the pane.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Control Content { get; set; }
Public Property Content As Control
Get
Set
abstract Content : Control with get, set
override Content : Control with get, set
Property Value
Type:
ControlThe pane's content.
Implements
INavigationItemContentSee Also