[]
Gets an original unit type that was specified for this Length.
public readonly Length.Unit OriginalUnit { get; }
Type | Description |
---|---|
Length.Unit | An original Length.Unit of measurement. |
var length = new Length(1, Length.Unit.Centimeters);
var unit = length.OriginalUnit; // Centimeters