Interface IAbstractElement
The interface represents abstract layout element and provides an access to its children.
public interface IAbstractElement : IElement, IPropertyContainer
- Inherited Members
Methods
GetChildren()
Gets the child elements of this elements.
IList<IElement> GetChildren()