Method CreateDarkGrayCanvasVector
CreateDarkGrayCanvasVector()
Creates a dark gray canvas vector basemap.
Declaration
public static Basemap CreateDarkGrayCanvasVector()
Returns
| Type | Description |
|---|---|
| Basemap | dark gray canvas vector basemap. |
Remarks
The Dark Gray Canvas basemap is designed to be used as a neutral background map for overlaying and emphasizing other map layers. Starting with 100.10.0, consider using Basemap(BasemapStyle) with ArcGISDarkGray instead.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.13 |
| .NET 6.0 | 100.13 |
| .NET 6.0 Windows | 100.13 |
| .NET Framework | 100.0 - 100.13 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.13 |
| UWP | 100.0 - 100.15 |
Relevant samples
Change basemap: Change a map's basemap. A basemap is beneath all layers on a `Map` and is used to provide visual reference for the operational layers.
Identify KML features: Show a callout with formatted content for a KML feature.
Query feature count and extent: Zoom to features matching a query and count the features in the current visible extent.
WMS service catalog: Connect to a WMS service and show the available layers and sublayers.