Click or drag to resize

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; }

Property Value

Type: Control
The item's control.
See Also