FloatingWindow Properties

DevZest WPF Docking

FloatingWindow Properties

The FloatingWindow type exposes the following members.

Properties
  Name Description
Public property ActivePanes
Gets a collection of active DockPane objects contained by this FloatingWindow.
Public property Static member CanBeNative
Gets a value indicates whether the application has UIPermission to show native floating window.
Public property CountOfVisiblePanes
Gets the number of visible DockPane objects contained by this FloatingWindow. This is a dependency property.
Public property DockControl
Gets the DockControl which this FloatingWindow belongs to. This is a dependency property.
Public property DockTree
Gets the DockTree which this FloatingWindow contains. This is a dependency property.
Public property FirstVisiblePane
Gets the first visible DockPane object contained by this FloatingWindow. This is a dependency property.
Public property Height
Gets the height of this FloatingWindow. This is a dependency property.
Public property IsVisible
Gets a value indicates this FloatingWindow is visible. This is a dependency property.
Public property Left
Gets the left position of this FloatingWindow. This is a dependency property.
Public property Panes
Gets a collection of DockPane objects contained by this FloatingWindow.
Public property Top
Gets the top position of this FloatingWindow. This is a dependency property.
Public property VisiblePanes
Gets a collection of visible DockPane objects contained by this FloatingWindow.
Public property Width
Gets the width of this FloatingWindow. This is a dependency property.
Top
See Also