SplitterDistance.IsAuto Property

DevZest WPF Docking

SplitterDistanceIsAuto Property
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the size properties of the content object.

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

Property Value

Type: Boolean
if the Value property is NaN; otherwise, .
See Also