Back to Devexpress

ScalePanelOptions.ShowMilesScale Property

wpf-devexpress-dot-xpf-dot-map-dot-scalepaneloptions-96f92e87.md

latest2.0 KB
Original Source

ScalePanelOptions.ShowMilesScale Property

Gets or sets a value indicating whether the Miles Scale should be displayed.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool ShowMilesScale { get; set; }
vb
Public Property ShowMilesScale As Boolean

Property Value

TypeDescription
Boolean

true to show the Miles Scale; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowMilesScale
MapControl

.ActualScalePanelOptions .ShowMilesScale

| | MapControl |

.ScalePanelOptions .ShowMilesScale

|

Remarks

The following table shows this property in action.

ShowMilesScale=TrueShowMilesScale=False

To learn more on the map’s scale panel types, see the Scale Panel topic.

See Also

ShowKilometersScale

ScalePanelOptions Class

ScalePanelOptions Members

DevExpress.Xpf.Map Namespace