Skip to main content

MapControl.ActualScalePanelOptions Property

Gets an actual value for the Scale Panel options of the MapControl object.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[NonCategorized]
public ScalePanelOptions ActualScalePanelOptions { get; }

Property Value

Type Description
ScalePanelOptions

A ScalePanelOptions object.

See Also