SplitContainer.IsSplitterTopLeft Property

DevZest WPF Docking

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

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

Property Value

Type: Boolean
if SplitterDistance specifies the size of Child1; if SplitterDistance specifies the size of Child2. The default value is .
See Also