Interface IUIElementChildren
Interfaces representing an UIElement containing child elements.
public interface IUIElementChildren
  Properties
Children
Gets the children of this element.
IEnumerable<IUIElementChildren> Children { get; }
  Interfaces representing an UIElement containing child elements.
public interface IUIElementChildren
  Gets the children of this element.
IEnumerable<IUIElementChildren> Children { get; }