Skip to content

SimpleFillSymbol

SimpleFillSymbol = object

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

A simple fill symbol for polygon graphics.

optional color?: string

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

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


optional outline?: Stroke

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

Optional outline stroke.


optional style?: SimpleFillSymbolStyle

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


type: "simple-fill"

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