FormatOptions.DisplayUnits
Description:
The units and display format used to format values.
The units and display format used to format values.
Remarks:
Most display units represent simple units like meters, square feet, or degrees, and are formatted as decimal numbers. Some display units represent specialized formatting methods like "feet and fractional inches" or "degrees, minutes and seconds".
Most display units represent simple units like meters, square feet, or degrees, and are formatted as decimal numbers. Some display units represent specialized formatting methods like "feet and fractional inches" or "degrees, minutes and seconds".
public DisplayUnitType DisplayUnits { get; set; }
-
When setting this property: displayUnit is an invalid display unit. See UnitUtils.IsValidDisplayUnit(DisplayUnitType) and UnitUtils.GetValidDisplayUnits().
-
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
-
UseDefault is true in this FormatOptions.