Implicit Type Conversion(GridLength,Double) Operator
Casting operator to convert a double into a GridLength of type GridUnitType.Absolute.
'Declaration
Overloads Public Operator Widening CType( _
ByVal As Double _
) As GridLength
Parameters
- absoluteValue
- The absolute size.
Return Value
A GridLength of type GridUnitType.Absolute and of size absolute size.