The SettingsAmbient..::..SettingsStation type exposes the following members.

Properties

  NameDescription
Public propertyDropDecimalForWholeNumbers
Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90)
Public propertyDropLeadingZerosRightOfStationCharacter
Drops leading zeros before the station character for whole number station values.
Public propertyFormat
Specifies the format of the measurement.
(Inherited from SettingsAmbient..::..SettingsUnitFormatNumber<(Of <(<'TUnit, TFormat>)>)>.)
Public propertyMinimumDisplayWidth
Specifies the minimum display width for the station value, which allows leading zeros to be added if necessary. For example, assuming a minimum display width of 10 and a precision of 2, a station value of 1234.234 would be displayed as 0012+34.23.
Public propertyPrecision
Specifies the number of digits to show to the right of the decimal.
(Inherited from SettingsAmbient..::..SettingsUnitlessNumber.)
Public propertyRounding
Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
(Inherited from SettingsAmbient..::..SettingsUnitlessNumber.)
Public propertySign
Specifies how to mark numbers as positive or negative.
(Inherited from SettingsAmbient..::..SettingsUnitlessNumber.)
Public propertyStationDelimiterCharacter
Specifies the separator character used to display stations.
Public propertyStationDelimiterPosition
Specifies the scale to use for major stations.
Public propertyUnit
Specifies the unit of the measurement.
(Inherited from SettingsAmbient..::..SettingsUnitFormatNumber<(Of <(<'TUnit, TFormat>)>)>.)

See Also