'Declaration Public Enum PaneLocation Inherits System.Enum
public enum PaneLocation : System.Enum
Member | Description |
---|---|
DockedBottom | The pane is docked along the bottom edge of the XamDockManager |
DockedLeft | The pane is docked along the left edge of the XamDockManager |
DockedRight | The pane is docked along the right edge of the XamDockManager |
DockedTop | The pane is docked along the top edge of the XamDockManager |
Document | The pane is displayed within the DocumentContentHost |
Floating | The pane is floating and dockable. |
FloatingOnly | The pane is floating and non-dockable. |
Unknown | The pane is not located within an identifiable area of a XamDockManager |
Unpinned | The pane is currently unpinned and displayed within the unpinned tab area |
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