DevZest WPF Docking
DockTreeSplit Class |
Represents a resizable container consisting of one DockTreeSplit and one DockTree children.
Inheritance Hierarchy
SystemObject System.Windows.ThreadingDispatcherObject
System.WindowsDependencyObject
DevZest.Windows.Docking.PrimitivesDockTreeSplit
System.WindowsDependencyObject
DevZest.Windows.Docking.PrimitivesDockTreeSplit
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockTreeSplit type exposes the following members.
Properties
Name | Description | |
---|---|---|
Child1 | Gets the left or top child, depending on Orientation. This is a dependency property. | |
Child2 | Gets the right or bottom child, depending on Orientation. This is a dependency property. | |
DockControl | Gets the DockControl which this DockTreeSplit belongs to. This is a dependency property. | |
IsSplitterTopLeft | Gets a value indicating whether the SplitterDistance property specifies the size of Child1 or Child2. This is a dependency property. | |
IsVisible | Gets a value indicates whether this DockTreeSplit is visible. This is a dependency property. | |
Orientation | Gets a value indicating the horizontal or vertical orientation of the children. This is a dependency property. | |
Position | Gets the position of the DockTreeSplit. This is a dependency property. | |
SplitterDistance | Gets a value indicating the size of Child1 or Child2, depending on the value of IsSplitterTopLeft. This is a dependency property. |
Fields
Name | Description | |
---|---|---|
Child1Property | Identifies the Child1 dependency property. | |
Child2Property | Identifies the Child2 dependency property. | |
DockControlProperty | Identifies the DockControl dependency property. | |
IsSplitterTopLeftProperty | Identifies the IsSplitterTopLeft dependency property. | |
IsVisibleProperty | Identifies the IsVisible dependency property. | |
OrientationProperty | Identifies the Orientation dependency property. | |
PositionProperty | Identifies the Position dependency property. | |
SplitterDistanceProperty | Identifies the SplitterDistance dependency property. |
See Also