DataGridLength Constructor (Double) |
Initializes a new instance of the System.Windows.Controls.DataGridLength
class with an absolute value in pixels.
Namespace: Windows.UI.Xaml.ControlsAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public DataGridLength(
double pixels
)
Parameters
- pixels
- Type: SystemDouble
The absolute pixel value (96 pixels-per-inch) to initialize the length to.
See Also