Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 _
    )
    'Usage
     
    
    Dim value As Double
    Dim type As GridUnitType
     
    Dim instance As New GridLength(value, type)
    public GridLength( 
       double value,
       GridUnitType type
    )

    Parameters

    value
    The value.
    type
    The type.
    See Also