DataGridLength Conversion (Double to DataGridLength) |
Converts a System.Double to an instance of the System.Windows.Controls.DataGridLength
class.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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:
DataGridLengthAn object that represents the specified length.
See Also