Version

DockingIndicatorPosition Enumeration

Enumeration used to identify the type of docking indicator.
Syntax
'Declaration
 
Public Enum DockingIndicatorPosition 
   Inherits System.Enum
public enum DockingIndicatorPosition : System.Enum 
Members
MemberDescription
BottomThe indicator used to dock a pane on the bottom.
CenterThe center indicator allows some to dock a pane to the left, top, right, bottom and center.
LeftThe indicator used to dock a pane on the left.
RightThe indicator used to dock a pane on the right.
TopThe indicator used to dock a pane on the top.
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