Interface ILeafElement
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy.
public interface ILeafElement : IElement, IPropertyContainer
- Inherited Members
Remarks
A marker subinterface of IElement that specifies that the layout object is, by definition, on the lowest tier in the object hierarchy. A leaf element must not act as a container for other elements.