[]
        
(Showing Draft Content)

C1.Android.Grid.GridLength.-ctor

GridLength Constructor

GridLength(double)

Initializes a new instance of the GridLength struct.

Declaration
public GridLength(double value)
Public Sub New(value As Double)
Parameters
Type Name Description
double value

The value.

GridLength(double, GridUnitType)

Initializes a new instance of the GridLength struct.

Declaration
public GridLength(double value, GridUnitType type)
Public Sub New(value As Double, type As GridUnitType)
Parameters
Type Name Description
double value

The value.

GridUnitType type

The type.