'Declaration Public Enum InitialPaneLocation Inherits System.Enum
public enum InitialPaneLocation : System.Enum
Member | Description |
---|---|
DockableFloating | The pane is displayed within a floating window and may participate in the docking with the XamDockManager and other floating dockable windows. |
DockedBottom | The pane is displayed within the XamDockManager along the bottom edge. |
DockedLeft | The pane is displayed within the XamDockManager along the left edge. |
DockedRight | The pane is displayed within the XamDockManager along the right edge. |
DockedTop | The pane is displayed within the XamDockManager along the top edge. |
FloatingOnly | The 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. |
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