FloatingWindow Class

DevZest WPF Docking

FloatingWindow Class
Represents a floating window which contains a DockTree.
Inheritance Hierarchy
SystemObject  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      DevZest.Windows.DockingFloatingWindow

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public class FloatingWindow : DependencyObject
Public Class FloatingWindow
	Inherits DependencyObject

The FloatingWindow type exposes the following members.

Properties
  NameDescription
Public propertyActivePanes
Gets a collection of active DockPane objects contained by this FloatingWindow.
Public propertyStatic memberCanBeNative
Gets a value indicates whether the application has UIPermission to show native floating window.
Public propertyCountOfVisiblePanes
Gets the number of visible DockPane objects contained by this FloatingWindow. This is a dependency property.
Public propertyDockControl
Gets the DockControl which this FloatingWindow belongs to. This is a dependency property.
Public propertyDockTree
Gets the DockTree which this FloatingWindow contains. This is a dependency property.
Public propertyFirstVisiblePane
Gets the first visible DockPane object contained by this FloatingWindow. This is a dependency property.
Public propertyHeight
Gets the height of this FloatingWindow. This is a dependency property.
Public propertyIsVisible
Gets a value indicates this FloatingWindow is visible. This is a dependency property.
Public propertyLeft
Gets the left position of this FloatingWindow. This is a dependency property.
Public propertyPanes
Gets a collection of DockPane objects contained by this FloatingWindow.
Public propertyTop
Gets the top position of this FloatingWindow. This is a dependency property.
Public propertyVisiblePanes
Gets a collection of visible DockPane objects contained by this FloatingWindow.
Public propertyWidth
Gets the width of this FloatingWindow. This is a dependency property.
Top
Fields
  NameDescription
Public fieldStatic memberCountOfVisiblePanesProperty
Identifies the CountOfVisiblePanes dependency property.
Public fieldStatic memberDockControlProperty
Identifies the DockControl dependency property.
Public fieldStatic memberDockTreeProperty
Identifies the DockTree dependency property.
Public fieldStatic memberFirstVisiblePaneProperty
Identifies the FirstVisiblePane dependency property.
Public fieldStatic memberHeightProperty
Identifies the Height dependency property.
Public fieldStatic memberIsVisibleProperty
Identifies the IsVisible dependency property.
Public fieldStatic memberLeftProperty
Identifies the Left dependency property.
Public fieldStatic memberTopProperty
Identifies the Top dependency property.
Public fieldStatic memberWidthProperty
Identifies the Width dependency property.
Top
See Also