Version

DockEdge Enumeration

Describes available behaviors for docking the child of a XamDock panel the dock edge.
Syntax
'Declaration
 
Public Enum DockEdge 
   Inherits System.Enum
public enum DockEdge : System.Enum 
Members
MemberDescription
CentralChild is the central control.
InsideBottomChild is placed inside the central child control along its bottom edge.
InsideLeftChild is placed inside the central child control along its left edge.
InsideRightChild is placed inside the central child control along its right edge.
InsideTopChild is placed inside the central child control along its top edge.
OutsideBottomChild is placed outside and below the central child control.
OutsideLeftChild is placed outside and to the left of the central child control.
OutsideRightChild is placed outside and to the right of the central child control.
OutsideTopChild is placed outside and above the central child control.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also