Skip to main content
All docs
V19.1

WmsDataProvider.Projection Property

Returns the projection used by a Web Map Service provider.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public override ProjectionBase Projection { get; }

Property Value

Type Description
ProjectionBase

A ProjectionBase class descendant.

Remarks

To learn more about projections, refer to the Geographical Projections help topic.

See Also