TextSymbol
TextSymbol =
object
Defined in: src/ExpoArcgis.types.ts:2025
A text symbol that draws a string at a point. Mirrors the native TextSymbol.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: src/ExpoArcgis.types.ts:2030
Text color as a hex string. Defaults to black.
fontFamily?
Section titled “fontFamily?”
optionalfontFamily?:string
Defined in: src/ExpoArcgis.types.ts:2038
Font family name.
haloColor?
Section titled “haloColor?”
optionalhaloColor?:string
Defined in: src/ExpoArcgis.types.ts:2034
Halo (outline) color as a hex string.
haloWidth?
Section titled “haloWidth?”
optionalhaloWidth?:number
Defined in: src/ExpoArcgis.types.ts:2036
Halo width in points.
horizontalAlignment?
Section titled “horizontalAlignment?”
optionalhorizontalAlignment?:"left"|"center"|"right"|"justify"
Defined in: src/ExpoArcgis.types.ts:2040
Horizontal anchor. Defaults to center.
optionalsize?:number
Defined in: src/ExpoArcgis.types.ts:2032
Font size in points.
text:
string
Defined in: src/ExpoArcgis.types.ts:2028
The text to draw.
type:
"text"
Defined in: src/ExpoArcgis.types.ts:2026
verticalAlignment?
Section titled “verticalAlignment?”
optionalverticalAlignment?:"top"|"middle"|"bottom"|"baseline"
Defined in: src/ExpoArcgis.types.ts:2042
Vertical anchor. Defaults to middle.