DockPaneSplit Class

DevZest WPF Docking

DockPaneSplit Class
Represents a container consisting of two resizable DockPaneNode objects.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public sealed class DockPaneSplit : DockPaneNode
Public NotInheritable Class DockPaneSplit
	Inherits DockPaneNode

The DockPaneSplit type exposes the following members.

Properties
  NameDescription
Public propertyChild1
Gets the left or top child, depending on Orientation. This is a dependency property.
Public propertyChild2
Gets the right or bottom child, depending on Orientation. This is a dependency property.
Public propertyChildrenVisibility
Gets a value indicates the visibility of the children. This is a dependency property.
Public propertyDockControl
Gets the DockControl which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyDockPosition
Gets the dock position. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyDockTreePosition
Gets the dock tree position.
(Inherited from DockPaneNode.)
Public propertyFloatingWindow
Gets the FloatingWindow which this DockPaneNode belongs to. This is a dependency property.
(Inherited from DockPaneNode.)
Public propertyIsSplitterTopLeft
Gets a value indicating whether the SplitterDistance property specifies the size of Child1 or Child2. This is a dependency property.
Public propertyOrientation
Gets a value indicating the horizontal or vertical orientation of the children. This is a dependency property.
Public propertyParent
Gets the parent DockPaneSplit of this DockPaneNode.
(Inherited from DockPaneNode.)
Public propertySplitterDistance
Gets a value indicating the size of Child1 or Child2, depending on the value of IsSplitterTopLeft. This is a dependency property.
Top
Fields
  NameDescription
Public fieldStatic memberChild1Property
Identifies the Child1 dependency property.
Public fieldStatic memberChild2Property
Identifies the Child2 dependency property.
Public fieldStatic memberChildrenVisibilityProperty
Identifies the ChildrenVisibility dependency property.
Public fieldStatic memberIsSplitterTopLeftProperty
Identifies the IsSplitterTopLeft dependency property.
Public fieldStatic memberOrientationProperty
Identifies the Orientation dependency property.
Public fieldStatic memberSplitterDistanceProperty
Identifies the SplitterDistance dependency property.
Top
See Also