'Declaration
Public Function New( _ ByVal value As Double, _ ByVal unit As GridUnitType _ )
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.