DevZest WPF Docking
DockPaneNode Class |
Represents a node in DockTree.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.Windows.DockingDockPaneNode
DevZest.Windows.DockingDockPane
DevZest.Windows.DockingDockPaneSplit
System.WindowsDependencyObject
DevZest.Windows.DockingDockPaneNode
DevZest.Windows.DockingDockPane
DevZest.Windows.DockingDockPaneSplit
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockPaneNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DockPaneNode | Initializes a new instance of the DockPaneNode class |
Properties
Name | Description | |
---|---|---|
DockControl | Gets the DockControl which this DockPaneNode belongs to. This is a dependency property. | |
DockPosition | Gets the dock position. This is a dependency property. | |
DockTreePosition | Gets the dock tree position. | |
FloatingWindow | Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property. | |
Parent | Gets the parent DockPaneSplit of this DockPaneNode. |
Fields
Name | Description | |
---|---|---|
DockControlProperty | Identifies the DockControl dependency property. | |
DockPositionProperty | Identifies the DockPosition dependency property. | |
FloatingWindowProperty | Identifies the FloatingWindow dependency property. |
See Also