'Declaration
Public Function New( _ ByVal value As Double, _ ByVal unit As GridUnitType _ )
'Usage
Dim value As Double Dim unit As GridUnitType Dim instance As New GridLength(value, unit)
public GridLength( double value, GridUnitType unit )
Parameters
- value
- Value to be stored by this GridLength instance.
- unit
- Type of the value to be stored by this GridLength instance.