Interface ILayoutElement
This interface should be implemented by a classe that supports - Manipulation of the children of a given parent LayoutContainer or - Manipulation of the children of the LayoutRoot.
public interface ILayoutElement : INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
Parent
Gets the parent LayoutContainer for this layout element.
ILayoutContainer Parent { get; }
Property Value
Root
Gets the LayoutRoot for this layout element.
ILayoutRoot Root { get; }