ComponentOne Xamarin.iOS
GridLength Constructor(Double,GridUnitType)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure > GridLength Constructor : GridLength Constructor(Double,GridUnitType)
The value.
The type.
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

Reference

GridLength Structure
GridLength Members
Overload List