'Declaration
Public Operator Widening CType( _ ByVal absoluteValue As Double _ ) As GridLength
'Usage
public GridLength operator implicit( double absoluteValue )
Parameters
- absoluteValue
- The absolute size.
Return Value
A GridLength of type GridUnitType.Absolute and of size absolutesize.