Back to Devexpress

NavigationPanelOptions.IsGeoProjection Property

windowsforms-devexpress-dot-xtramap-dot-navigationpaneloptions-7998becf.md

latest1.7 KB
Original Source

NavigationPanelOptions.IsGeoProjection Property

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsGeoProjection { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsGeoProjection As Boolean

Property Value

TypeDescription
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 TypePath to IsGeoProjection
MapControl

.NavigationPanelOptions .IsGeoProjection

|

See Also

NavigationPanelOptions Class

NavigationPanelOptions Members

DevExpress.XtraMap Namespace