SplitterDistance.IsStar Property

DevZest WPF Docking

SplitterDistanceIsStar Property
Gets a value that indicates whether the SplitterDistance holds a value that is 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 IsStar { get; }
Public ReadOnly Property IsStar As Boolean
	Get

Property Value

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