SplitterDistance.IsAbsolute Property

DevZest WPF Docking

SplitterDistanceIsAbsolute Property
Gets a value that indicates whether the SplitterDistance holds a value that is expressed in pixels.

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

Property Value

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