ComponentOne Xamarin.iOS
GridLength Constructor(Double)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridLength Structure > GridLength Constructor : GridLength Constructor(Double)
The value.
Initializes a new instance of the GridLength struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double _
)
'Usage
 
Dim value As Double
 
Dim instance As New GridLength(value)
public GridLength( 
   double value
)

Parameters

value
The value.
See Also

Reference

GridLength Structure
GridLength Members
Overload List