Skip to main content
A newer version of this page is available. .

TdxMapControlNavigationPanel.ShowKilometersScale Property

Switches the visibility of the kilometers scale.

Declaration

property ShowKilometersScale: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The kilometers and miles scales help end-users evaluate the distance between points on a map. The scales are automatically updated based on the current zoom level.

Set the ShowKilometersScale property to True to display the kilometers scale. Otherwise, it is hidden.

Use the sdxMapControlKilometers and sdxMapControlMeters resource strings to customize unit captions displayed by the kilometers scale.

The default value of the ShowKilometersScale property is True.

See Also