Table of Contents

Interface IUIElementChildren

Namespace
Stride.UI
Assembly
Stride.UI.dll

Interfaces representing an UIElement containing child elements.

public interface IUIElementChildren

Properties

Children

Gets the children of this element.

IEnumerable<IUIElementChildren> Children { get; }

Property Value

IEnumerable<IUIElementChildren>