DockPaneSplit Properties

DevZest WPF Docking

DockPaneSplit Properties

The DockPaneSplit type exposes the following members.

Properties
  Name Description
Public property Child1
Gets the left or top child, depending on Orientation. This is a dependency property.
Public property Child2
Gets the right or bottom child, depending on Orientation. This is a dependency property.
Public property ChildrenVisibility
Gets a value indicates the visibility of the children. This is a dependency property.
Public property DockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public property DockPosition
Gets the dock position. This is a dependency property.
(Inherited from DockPaneNode.)
Public property DockTreePosition
Gets the dock tree position.
(Inherited from DockPaneNode.)
Public property FloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public property IsSplitterTopLeft
Gets a value indicating whether the SplitterDistance property specifies the size of Child1 or Child2. This is a dependency property.
Public property Orientation
Gets a value indicating the horizontal or vertical orientation of the children. This is a dependency property.
Public property Parent
Gets the parent DockPaneSplit of this DockPaneNode.
(Inherited from DockPaneNode.)
Public property SplitterDistance
Gets a value indicating the size of Child1 or Child2, depending on the value of IsSplitterTopLeft. This is a dependency property.
Top
See Also