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