Skip to main content

MapControl.ActualCoordinatesPanelOptions Property

Gets the actual value for the Coordinates 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 CoordinatesPanelOptions ActualCoordinatesPanelOptions { get; }

Property Value

Type Description
CoordinatesPanelOptions

A CoordinatesPanelOptions object.

See Also