FloatingWindow Class
From DevZest WPF Docking
DevZest WPF Docking
| FloatingWindow Class |
Represents a floating window which contains a DockTree.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.Windows.DockingFloatingWindow
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)
The FloatingWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivePanes | Gets a collection of active DockPane objects contained by this FloatingWindow. | |
| CanBeNative | Gets a value indicates whether the application has UIPermission to show native floating window. | |
| CountOfVisiblePanes | Gets the number of visible DockPane objects contained by this FloatingWindow. This is a dependency property. | |
| DockControl | Gets the DockControl which this FloatingWindow belongs to. This is a dependency property. | |
| DockTree | Gets the DockTree which this FloatingWindow contains. This is a dependency property. | |
| FirstVisiblePane | Gets the first visible DockPane object contained by this FloatingWindow. This is a dependency property. | |
| Height | Gets the height of this FloatingWindow. This is a dependency property. | |
| IsVisible | Gets a value indicates this FloatingWindow is visible. This is a dependency property. | |
| Left | Gets the left position of this FloatingWindow. This is a dependency property. | |
| Panes | Gets a collection of DockPane objects contained by this FloatingWindow. | |
| Top | Gets the top position of this FloatingWindow. This is a dependency property. | |
| VisiblePanes | Gets a collection of visible DockPane objects contained by this FloatingWindow. | |
| Width | Gets the width of this FloatingWindow. This is a dependency property. |
| Name | Description | |
|---|---|---|
| CountOfVisiblePanesProperty | Identifies the CountOfVisiblePanes dependency property. | |
| DockControlProperty | Identifies the DockControl dependency property. | |
| DockTreeProperty | Identifies the DockTree dependency property. | |
| FirstVisiblePaneProperty | Identifies the FirstVisiblePane dependency property. | |
| HeightProperty | Identifies the Height dependency property. | |
| IsVisibleProperty | Identifies the IsVisible dependency property. | |
| LeftProperty | Identifies the Left dependency property. | |
| TopProperty | Identifies the Top dependency property. | |
| WidthProperty | Identifies the Width dependency property. |