Skip to content
Guides API

SimpleFillSymbol

SimpleFillSymbol = object

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

A simple fill symbol for polygon graphics.

optional color?: string

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

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


optional outline?: Stroke

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

Optional outline stroke.


optional style?: SimpleFillSymbolStyle

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


type: "simple-fill"

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