Click or drag to resize
DataGridLength  Conversion (Double to DataGridLength)
Converts a System.Double to an instance of the System.Windows.Controls.DataGridLength class.

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

Parameters

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

Return Value

Type: DataGridLength
An object that represents the specified length.
See Also