Show / Hide Table of Contents

Constructor SplitterDistance

| Improve this Doc View Source

SplitterDistance(Double)

Initializes a new instance of the SplitterDistance class.

Declaration
public SplitterDistance(double pixels)
Parameters
Type Name Description
System.Double pixels

The number of device-independent pixels (96 pixels-per-inch).

Exceptions
Type Condition
System.ArgumentException

pixels is negtive, or equal to System.Double.NegativeInfinity or System.Double.PositiveInfinity.

| Improve this Doc View Source

SplitterDistance(Double, SplitterUnitType)

Initializes a new instance of the SplitterDistance class.

Declaration
public SplitterDistance(double value, SplitterUnitType unitType)
Parameters
Type Name Description
System.Double value

The initial value of this instance of SplitterDistance.

SplitterUnitType unitType

The SplitterUnitType held by this instance of SplitterDistance.

Exceptions
Type Condition
System.ArgumentException

value is negtive, or equal to System.Double.NegativeInfinity or System.Double.PositiveInfinity.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest