Table of Contents

Enum AnchorableShowStrategy

Namespace
HeBianGu.Control.Dock.Layout
Assembly
HeBianGu.Control.Dock.dll

Defines a bitwise flag to indicate a preferred anchoring location of a new LayoutAnchorable child entry into a corresponding AnchorSide.

[Flags]
public enum AnchorableShowStrategy : byte
Extension Methods

Fields

Bottom = 32

This value is equivalent to Bottom.

Left = 2

This value is equivalent to Left.

Most = 1
Right = 4

This value is equivalent to Right.

Top = 16

This value is equivalent to Top.