C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / Implicit Type Conversion Operator / Implicit Type Conversion(GridLength,Double) Operator
The absolute size.


In This Topic
Implicit Type Conversion(GridLength,Double) Operator
In This Topic
Casting operator to convert a double into a GridLength of type GridUnitType.Absolute.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal absoluteValue As Double _
) As GridLength
 
'Usage
 

Parameters

absoluteValue
The absolute size.

Return Value

A GridLength of type GridUnitType.Absolute and of size absolute size.
See Also