DevZest WPF Docking
SplitterDistance Constructor (Double) |
Initializes a new instance of the SplitterDistance class.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Parameters
- pixels
- Type: SystemDouble
The number of device-independent pixels (96 pixels-per-inch).
Exceptions
Exception | Condition |
---|---|
ArgumentException | pixels is negtive, or equal to NegativeInfinity or PositiveInfinity. |
See Also