StackLayoutItems Property |
Gets the collection of items in the stack layout.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Collection<StackLayoutItem> Items { get; }
Public ReadOnly Property Items As Collection(Of StackLayoutItem)
Get
member Items : Collection<StackLayoutItem> with get
Property Value
Type:
CollectionStackLayoutItemThe item collection.
See Also