Click or drag to resize
GridLength Constructor (Double)
Initializes a new instance of the Windows.UI.Xaml.GridLength structure using the specified absolute value in pixels.

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

Parameters

pixels
Type: SystemDouble
The absolute count of pixels to establish as the value.
See Also