SplitContainer.SplitterDistance Property

DevZest WPF Docking

SplitContainerSplitterDistance Property
Gets or sets a value indicating the size of Child1 or Child2, depending on the value of IsSplitterTopLeft. 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 SplitterDistance SplitterDistance { get; set; }
Public Property SplitterDistance As SplitterDistance
	Get
	Set

Property Value

Type: SplitterDistance
If IsSplitterTopLeft is , size of Child1; otherwise, size of Child2. The default value is "*" (50% of the total available size).
See Also