SimpleFillSymbol
SimpleFillSymbol =
object
Defined in: src/ExpoArcgis.types.ts:1936
A simple fill symbol for polygon graphics.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: src/ExpoArcgis.types.ts:1940
Fill color as a hex string (e.g. #ffa50080).
outline?
Section titled “outline?”
optionaloutline?:Stroke
Defined in: src/ExpoArcgis.types.ts:1942
Optional outline stroke.
style?
Section titled “style?”
optionalstyle?:SimpleFillSymbolStyle
Defined in: src/ExpoArcgis.types.ts:1938
type:
"simple-fill"
Defined in: src/ExpoArcgis.types.ts:1937