Click or drag to resize
GridLength Constructor (Double, GridUnitType)
Initializes a new instance of the Windows.UI.Xaml.GridLength structure and specifies what kind of value it holds.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public GridLength(
	double value,
	GridUnitType type
)

Parameters

value
Type: SystemDouble
The initial value of this instance of Windows.UI.Xaml.GridLength.
type
Type: Windows.UI.XamlGridUnitType
The Windows.UI.Xaml.GridUnitType held by this instance of Windows.UI.Xaml.GridLength.
See Also