Click or drag to resize
DataGridLength Constructor (Double)
Initializes a new instance of the System.Windows.Controls.DataGridLength class with an absolute value in pixels.

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

Parameters

pixels
Type: SystemDouble
The absolute pixel value (96 pixels-per-inch) to initialize the length to.
See Also