backgroundFillSymbol property

ArcGISSymbol? backgroundFillSymbol

The renderer's background fill symbol.

Implementation

ArcGISSymbol? get backgroundFillSymbol => _backgroundFillSymbol.value;
void backgroundFillSymbol=(ArcGISSymbol? value)

Implementation

set backgroundFillSymbol(ArcGISSymbol? value) =>
    _backgroundFillSymbol.value = value;