C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / GridLength Constructor / GridLength Constructor(Double)
The value.


In This Topic
GridLength Constructor(Double)
In This Topic
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)

Parameters

value
The value.
See Also