DockPaneSplit.IsSplitterTopLeft Property

DevZest WPF Docking

DockPaneSplitIsSplitterTopLeft Property
Gets a value indicating whether the SplitterDistance property specifies the size of Child1 or Child2. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsSplitterTopLeft { get; }
Public ReadOnly Property IsSplitterTopLeft As Boolean
	Get

Property Value

Type: Boolean
if SplitterDistance specifies the size of Child1; if SplitterDistance specifies the size of Child2.
See Also