Click or drag to resize
DataGridLength Constructor (Double, DataGridLengthUnitType)
Initializes a new instance of the System.Windows.Controls.DataGridLength class with a specified value and unit.

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

Parameters

value
Type: SystemDouble
The requested size of the element.
type
Type: Windows.UI.Xaml.ControlsDataGridLengthUnitType
The type that is used to determine how the size of the element is calculated.
See Also