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

TdxMapControlNavigationPanel.ShowMilesScale Property

Switches the visibility of the miles scale.

Declaration

property ShowMilesScale: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The miles and kilometers 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 ShowMilesScale property to True to display the miles scale. Otherwise, it is hidden.

Use the sdxMapControlMiles and sdxMapControlFeet resource strings to customize unit captions displayed by the miles scale.

The default value of the ShowMilesScale property is True.

See Also