Show / Hide Table of Contents

Class DockPaneSplit

Represents a container consisting of two resizable DockPaneNode objects.

Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
DockPaneNode
DockPaneSplit
Inherited Members
DockPaneNode.DockPositionProperty
DockPaneNode.DockControlProperty
DockPaneNode.FloatingWindowProperty
DockPaneNode.DockPosition
DockPaneNode.Parent
DockPaneNode.DockControl
DockPaneNode.FloatingWindow
DockPaneNode.DockTreePosition
System.Windows.DependencyObject.Equals(System.Object)
System.Windows.DependencyObject.GetHashCode()
System.Windows.DependencyObject.GetValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyProperty, System.Object)
System.Windows.DependencyObject.SetValue(System.Windows.DependencyPropertyKey, System.Object)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ClearValue(System.Windows.DependencyPropertyKey)
System.Windows.DependencyObject.CoerceValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.InvalidateProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)
System.Windows.DependencyObject.ShouldSerializeProperty(System.Windows.DependencyProperty)
System.Windows.DependencyObject.ReadLocalValue(System.Windows.DependencyProperty)
System.Windows.DependencyObject.GetLocalValueEnumerator()
System.Windows.DependencyObject.DependencyObjectType
System.Windows.DependencyObject.IsSealed
System.Windows.Threading.DispatcherObject.Dispatcher
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class DockPaneSplit : DockPaneNode

Fields

Name Description
Child1Property

Identifies the Child1 dependency property.

Child2Property

Identifies the Child2 dependency property.

ChildrenVisibilityProperty

Identifies the ChildrenVisibility dependency property.

IsSplitterTopLeftProperty

Identifies the IsSplitterTopLeft dependency property.

OrientationProperty

Identifies the Orientation dependency property.

SplitterDistanceProperty

Identifies the SplitterDistance dependency property.

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.

ChildrenVisibility

Gets a value indicates the visibility of the children. 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.

Orientation

Gets a value indicating the horizontal or vertical orientation of the children. 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.

Methods

Name Description
ToString()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest