Version

PaneLocation Enumeration

Enumeration used to determine where the containing pane is located within the XamDockManager
Syntax
'Declaration
 
Public Enum PaneLocation 
   Inherits System.Enum
public enum PaneLocation : System.Enum 
Members
MemberDescription
DockedBottomThe pane is docked along the bottom edge of the XamDockManager
DockedLeftThe pane is docked along the left edge of the XamDockManager
DockedRightThe pane is docked along the right edge of the XamDockManager
DockedTopThe pane is docked along the top edge of the XamDockManager
DocumentThe pane is displayed within the DocumentContentHost
FloatingThe pane is floating and dockable.
FloatingOnlyThe pane is floating and non-dockable.
UnknownThe pane is not located within an identifiable area of a XamDockManager
UnpinnedThe pane is currently unpinned and displayed within the unpinned tab area
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