MapItemsLayerBase.MapProjection Property
In This Article
Gets or sets the current projection used by this MapItemsLayerBase object.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ProjectionBase MapProjection { get; set; }
#Property Value
Type | Description |
---|---|
Projection |
A Projection |
See Also