SplitterDistance.AutoPixel Property

DevZest WPF Docking

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

Property Value

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