[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLength.-ctor

GridLength Constructor

GridLength(double)

Initializes a new instance of the GridLength struct.

Declaration
public GridLength(double value)
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)
Parameters
Type Name Description
double value

The value.

GridUnitType type

The type.