DevZest WPF Docking
FloatingWindow Properties |
The FloatingWindow type exposes the following members.
Properties
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.
|
See Also