Skip to content
Guides API

SimpleFillSymbol

SimpleFillSymbol = object

Defined in: src/ExpoArcgis.types.ts:2015

A simple fill symbol for polygon graphics.

optional color?: string

Defined in: src/ExpoArcgis.types.ts:2019

Fill color as a hex string (e.g. #ffa50080).


optional outline?: Stroke

Defined in: src/ExpoArcgis.types.ts:2021

Optional outline stroke.


optional style?: SimpleFillSymbolStyle

Defined in: src/ExpoArcgis.types.ts:2017


type: "simple-fill"

Defined in: src/ExpoArcgis.types.ts:2016