Class LayoutAnchorSide
Implements the viewmodel for a a side element (left, right, top, bottom) in H.Controls.Dock's visual root of the DockingManager.
[Serializable]
public class LayoutAnchorSide : LayoutGroup<LayoutAnchorGroup>, ILayoutGroup, ILayoutContainer, ILayoutElement, INotifyPropertyChanged, INotifyPropertyChanging, IXmlSerializable
- Inheritance
-
LayoutAnchorSide
- Implements
- Inherited Members
- Extension Methods
Properties
Side
Gets the side (top, bottom, left, right) that this layout is anchored in the layout.
public AnchorSide Side { get; }
Property Value
Methods
GetVisibility()
protected override bool GetVisibility()
Returns
OnParentChanged(ILayoutContainer, ILayoutContainer)
Provides derived classes an opportunity to handle changes to the Parent property.
protected override void OnParentChanged(ILayoutContainer oldValue, ILayoutContainer newValue)
Parameters
oldValue
ILayoutContainernewValue
ILayoutContainer