Class LayoutAnchorablePaneGroup
Implements an element in the layout model tree that can contain and arrange multiple LayoutAnchorablePane elements in x or y directions, which in turn contain LayoutAnchorable elements.
[Serializable]
public class LayoutAnchorablePaneGroup : LayoutPositionableGroup<ILayoutAnchorablePane>, IXmlSerializable, ILayoutAnchorablePane, ILayoutPanelElement, ILayoutPane, ILayoutElementWithVisibility, ILayoutOrientableGroup, ILayoutGroup, ILayoutContainer, ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
LayoutAnchorablePaneGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
LayoutAnchorablePaneGroup()
Class constructor
public LayoutAnchorablePaneGroup()
LayoutAnchorablePaneGroup(LayoutAnchorablePane)
Class constructor firstChild
to be inserted into collection of children models.
public LayoutAnchorablePaneGroup(LayoutAnchorablePane firstChild)
Parameters
firstChild
LayoutAnchorablePane
Properties
Orientation
Gets/sets the Orientation of this object.
public Orientation Orientation { get; set; }
Property Value
Methods
ConsoleDump(int)
public override void ConsoleDump(int tab)
Parameters
tab
int
GetVisibility()
protected override bool GetVisibility()
Returns
OnChildrenCollectionChanged()
Raise an event to inform supscribers that the children collection down the tree of this object has changed.
protected override void OnChildrenCollectionChanged()
OnDockHeightChanged()
protected override void OnDockHeightChanged()
OnDockWidthChanged()
protected override void OnDockWidthChanged()
OnIsVisibleChanged()
protected override void OnIsVisibleChanged()
ReadXml(XmlReader)
provides a standard overridable implementation for deriving classes.
public override void ReadXml(XmlReader reader)
Parameters
reader
XmlReader
WriteXml(XmlWriter)
provides a standard overridable implementation for deriving classes.
public override void WriteXml(XmlWriter writer)
Parameters
writer
XmlWriter