Version

FloatingWindowVisibility Enumeration

Enumeration used to determine whether floating windows should be displayed.
Syntax
'Declaration
 
Public Enum FloatingWindowVisibility 
   Inherits System.Enum
public enum FloatingWindowVisibility : System.Enum 
Members
MemberDescription
CollapsedThe floating windows will not be shown.
HiddenThe floating windows will be displayed but hidden as long as the xamDockManager is in the visual tree of the root visual
SyncWithDockManagerWindowThe floating windows will be visible based on the visibility of the root visual containing the xamDockManager
VisibleThe floating windows will be displayed as long as the xamDockManager is in the visual tree of the root visual
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