DockTreeClientOverlay Class
From DevZest WPF Docking
DevZest WPF Docking
| DockTreeClientOverlay Class |
Displays the overlay (docking guide and preview) of DockTreeClient.
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesDockTreeClientOverlay
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesDockTreeClientOverlay
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
The DockTreeClientOverlay type exposes the following members.
| Name | Description | |
|---|---|---|
| DockTreeClientOverlay | Initializes a new instance of the DockTreeClientOverlay class |
| Name | Description | |
|---|---|---|
| BottomSplitterHeight | Gets the height of bottom splitter. | |
| BottomTreeHeight | Gets the height of bottom DockTree. | |
| IsBottomGuideVisible | Gets a valud indicates whether bottom docking guide is visible. | |
| IsDocumentGuideVisible | Gets a valud indicates whether document docking guide is visible. | |
| IsLeftGuideVisible | Gets a valud indicates whether left docking guide is visible. | |
| IsRightGuideVisible | Gets a valud indicates whether right docking guide is visible. | |
| IsTopGuideVisible | Gets a valud indicates whether top docking guide is visible. | |
| LeftSplitterWidth | Gets the width of left splitter. | |
| LeftTreeWidth | Gets the width of left DockTree. | |
| RightSplitterWidth | Gets the width of right splitter. | |
| RightTreeWidth | Gets the width of right DockTree. | |
| SplitterSize | Gets or sets the size of the splitter, in device-independent units (1/96th inch per unit). This is a dependency property. | |
| TopSplitterHeight | Gets the height of top splitter. | |
| TopTreeHeight | Gets the height of top DockTree. |
Top
DockTreeClientOverlay is used inside the control template of DockTreeClient.