SplitterDistance.Value Property

DevZest WPF Docking

SplitterDistanceValue Property
Gets a Double that represents the value of the SplitterDistance.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double Value { get; }
Public ReadOnly Property Value As Double
	Get

Property Value

Type: Double
A Double that represents the value of the current instance. NaN indicates size is determined by the desired size of the content object.
See Also