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

Properties

  NameDescription
Public propertyBearingQuadrant
Specifies which bearing quadrant to use.
Public propertyCapitalization
Specifies how to display direction names.
Public propertyDirection
Specifies how to display directions.
Public propertyDropDecimalForWholeNumbers
Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90)
Public propertyDropLeadingZerosForDegrees
Drops leading zeros before values less than 10.
Public propertyFormat
Specifies the format of the measurement.
(Inherited from SettingsAmbient..::..SettingsUnitFormatNumber<(Of <(<'TUnit, TFormat>)>)>.)
Public propertyMeasurementType
Specifies how to calculate the direction of a vector.
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 propertyUnit
Specifies the unit of the measurement.
(Inherited from SettingsAmbient..::..SettingsUnitFormatNumber<(Of <(<'TUnit, TFormat>)>)>.)

See Also