Skip to content
Guides API

Stroke

Stroke = object

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

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

optional color?: string

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

Stroke color as a hex string.


optional style?: SimpleLineSymbolStyle

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


optional width?: number

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

Stroke width in points.