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
firstChildLayoutAnchorablePane
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
tabint
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
readerXmlReader
WriteXml(XmlWriter)
provides a standard overridable implementation for deriving classes.
public override void WriteXml(XmlWriter writer)
Parameters
writerXmlWriter