SplitterDistance.IsAutoStar Property

DevZest WPF Docking

SplitterDistanceIsAutoStar Property
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the desired size of the content object, and expressed as a weighted proportion of available space.

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

Property Value

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