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

NavigationPanelOptions.IsGeoProjection Property

Returns a value indicating the NavigationPanelOptions is displaying the geographical navigation information.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[Browsable(false)]
public bool IsGeoProjection { get; }

Property Value

Type Description
Boolean

true if a Navigation Panel displays the geographical navigation information; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsGeoProjection
MapControl
.NavigationPanelOptions.IsGeoProjection
See Also