SplitterDistance.IsAutoPixel Property

DevZest WPF Docking

SplitterDistanceIsAutoPixel Property
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the size properties of the content object, and 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 IsAutoPixel { get; }
Public ReadOnly Property IsAutoPixel As Boolean
	Get

Property Value

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