C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml.Controls
DataGridLength Structure
DataGridLength Constructor
DataGridLength Constructor (Double)
DataGridLength Constructor (Double, DataGridLengthUnitType)
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#
Copy
public
DataGridLength
(
double
value
,
DataGridLengthUnitType
type
)
Parameters
value
Type:
System
Double
The requested size of the element.
type
Type:
Windows.UI.Xaml.Controls
DataGridLengthUnitType
The type that is used to determine how the size of the element is calculated.
See Also
Reference
DataGridLength Structure
DataGridLength Overload
Windows.UI.Xaml.Controls Namespace