backgroundGrid property

BackgroundGrid backgroundGrid

The background grid that an ArcGISMap is displayed on top of.

BackgroundGrid defines the color and context grid displayed in the ArcGISMapViewController. If an ArcGISMapViewController.arcGISMap has been assigned, the ArcGISMap displays on top of this background grid.

If the ArcGISMap contains transparent areas, the BackgroundGrid may be visible within the ArcGISMap.maxExtent and you may wish to define a BackgroundGrid.backgroundColor appropriate to your map's symbology. If an ArcGISMap has an ArcGISMap.backgroundColor, the ArcGISMapViewController.backgroundGrid is ignored.

The default BackgroundGrid color is gray with black grid lines.

Implementation

BackgroundGrid get backgroundGrid => _backgroundGrid.value;
void backgroundGrid=(BackgroundGrid value)

Implementation

set backgroundGrid(BackgroundGrid value) => _backgroundGrid.value = value;