Version

InitialPaneLocation Enumeration

Enumeration used to indicate where within the XamDockManager a SplitPane in the XamDockManager.Panes collection should be positioned.
Syntax
'Declaration
 
Public Enum InitialPaneLocation 
   Inherits System.Enum
public enum InitialPaneLocation : System.Enum 
Members
MemberDescription
DockableFloatingThe pane is displayed within a floating window and may participate in the docking with the XamDockManager and other floating dockable windows.
DockedBottomThe pane is displayed within the XamDockManager along the bottom edge.
DockedLeftThe pane is displayed within the XamDockManager along the left edge.
DockedRightThe pane is displayed within the XamDockManager along the right edge.
DockedTopThe pane is displayed within the XamDockManager along the top edge.
FloatingOnlyThe pane is displayed in a floating window and is not allowed to be docked within the XamDockManager and cannot be docked with other floating panes.
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