GridLength Constructor (Double, GridUnitType)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the GridLength structure and specifies what kind of value it holds.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub New ( _
value As Double, _
type As GridUnitType _
)
public GridLength(
double value,
GridUnitType type
)
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.
Exceptions
Exception | Condition |
---|---|
ArgumentException | value is less than 0 or is not a number. - or - type is not a valid GridUnitType. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.