ComponentOne Xamarin.iOS
Implicit Type Conversion Operator (GridLength)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure : Implicit Type Conversion Operator
The absolute size.
Casting operator to convert a double into a GridLength of type GridUnitType.Absolute.
Syntax
'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.
See Also

Reference

GridLength Structure
GridLength Members