StackLayoutItemControl Property |
Gets or sets the control for this item.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Control Control { get; set; }
Public Property Control As Control
Get
Set
member Control : Control with get, set
Property Value
Type:
ControlThe item's control.
See Also