ScaleLineUnitSystem¶
Namespace: ThinkGeo.Core
Specifies which measurement systems are rendered on the top and bottom of the ScaleLine.
public enum ScaleLineUnitSystem
Inheritance object → ValueType → Enum → ScaleLineUnitSystem
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Metric measurement system on the top and Imperial measurement system on the bottom. |
| MetricAndNauticalMile | 1 | Metric measurement system on the top and an imperial scale that uses nautical miles on the bottom. |
| NauticalMileAndImperial | 2 | Nautical miles replace kilometers on the top scale while imperial units remain on the bottom. |
| ImperialAndMetric | 3 | Imperial measurement system on the top and the metric system on the bottom. |