Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / GridLength Constructor / GridLength Constructor(Double,GridUnitType)
The value.
The type.

In This Topic
    GridLength Constructor(Double,GridUnitType)
    In This Topic
    Initializes a new instance of the GridLength struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double, _
       ByVal type As GridUnitType _
    )
    public GridLength( 
       double value,
       GridUnitType type
    )

    Parameters

    value
    The value.
    type
    The type.
    See Also