GridLength Constructor(Double)
In This Topic
Constructor, initializes the GridLength as absolute value in pixels.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
public GridLength(
double
)
Parameters
- pixels
- Specifies the number of 'device-independent pixels'
See Also