Skip to content
Guides API

Stroke

Stroke = object

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

Stroke options shared by SimpleLineSymbol and the outline of marker/fill symbols.

optional color?: string

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

Stroke color as a hex string.


optional style?: SimpleLineSymbolStyle

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


optional width?: number

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

Stroke width in points.