IUIElementChildren Interface
Namespace: Stride.UIAssembly: Stride.UI.dll
Interfaces representing an UIElement containing child elements.
public interface IUIElementChildren
              | Name | Description | |
|---|---|---|
| Properties | ||
| Children | Gets the children of this element.  | 
                          |
Properties
Children
Gets the children of this element.
IEnumerable<IUIElementChildren> Children { get; }
              Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<IUIElementChildren> |