Table of Contents

Class LayoutAnchorSide

Namespace
H.Controls.Dock.Layout
Assembly
H.Controls.Dock.dll

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

AnchorSide

Methods

GetVisibility()

protected override bool GetVisibility()

Returns

bool

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 ILayoutContainer
newValue ILayoutContainer