SplitterDistance.UnitType Property

DevZest WPF Docking

SplitterDistanceUnitType Property
Gets the associated SplitterUnitType for the SplitterDistance.

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

Property Value

Type: SplitterUnitType
One of the SplitterUnitType values.
See Also