Click or drag to resize
DataGridLengthValue Property
Gets the absolute value of the System.Windows.Controls.DataGridLength in pixels, or 1.0 if the System.Windows.Controls.DataGridLength.UnitType property is set to System.Windows.Controls.DataGridLengthUnitType.Auto.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public double Value { get; }

Property Value

Type: Double
See Also