GridLength Constructor (Double, GridUnitType)
.NET Framework (current version)
Initializes a new instance of the GridLength structure and specifies what kind of value it holds.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- value
-
Type:
System::Double
The initial value of this instance of GridLength.
- type
-
Type:
System.Windows::GridUnitType
The GridUnitType held by this instance of GridLength.
| Exception | Condition |
|---|---|
| ArgumentException | value is equal to NegativeInfinity, PositiveInfinity, or NaN. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: