SplitterDistance.AutoStar Property

DevZest WPF Docking

SplitterDistanceAutoStar Property
Gets an instance of SplitterDistance that holds a value whose size is determined by the 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 static SplitterDistance AutoStar { get; }
Public Shared ReadOnly Property AutoStar As SplitterDistance
	Get

Property Value

Type: SplitterDistance
A instance of SplitterDistance whose Value property is set NaN and UnitType property is set to Star.
See Also