Back to Devexpress

Hemisphere Enum

wpf-devexpress-dot-xpf-dot-map-d0f50620.md

latest1.1 KB
Original Source

Hemisphere Enum

Lists the values used to specify the Earth’s hemishpere.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum Hemisphere
vb
Public Enum Hemisphere

Members

NameDescription
Northern

The Earth’s northern hemisphere is projected.

| | Southern |

The Earth’s southern hemisphere is projected.

|

The following properties accept/return Hemisphere values:

Remarks

The values listed by this enumeration are used to set the UTMCartesianToGeoConverter.Hemisphere property.

See Also

DevExpress.Xpf.Map Namespace