ImageTileDataProvider.Projection Property
In This Article
Returns the projection the image tile data provider uses.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public override ProjectionBase Projection { get; }
#Property Value
Type | Description |
---|---|
Projection |
A Projection |
See Also