DevZest WPF Docking
DockTreeSplitter Class |
Represents the splitter of DockTreeSplit.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesDockTreeSplitter
System.WindowsDependencyObject
System.Windows.MediaVisual
System.WindowsUIElement
System.WindowsFrameworkElement
System.Windows.ControlsControl
DevZest.Windows.Docking.PrimitivesDockTreeSplitter
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockTreeSplitter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DockTreeSplitter | Initializes a new instance of the DockTreeSplitter class |
Properties
Name | Description | |
---|---|---|
IsShiftKeyDown | Gets a value indicates whether is SHIFT key is pressed down when mouse is over this control. |
Remarks
This class handles the SHIFT + double click to send the respective DockTree to the back of Z-order (
take the full edge). Use this class in the data template of DockTreeSplit class.
See Also