Click or drag to resize

StackLayout.VisualControls Property

Gets an enumeration of controls that are in the visual tree.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override IEnumerable<Control> VisualControls { get; }

Property Value

Type: IEnumerable<Control>
The visual controls.
Remarks
This is used to specify which controls are contained by this instance that are part of the visual tree. This should include all controls including non-logical Eto controls used for layout.
See Also