GridLength Constructor (Double) |
Initializes a new instance of the Windows.UI.Xaml.GridLength
structure using the specified absolute value in pixels.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public GridLength(
double pixels
)
Parameters
- pixels
- Type: SystemDouble
The absolute count of pixels to establish as the value.
See Also