TextSymbol
TextSymbol =
object
Defined in: src/ExpoArcgis.types.ts:1946
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:1951
Text color as a hex string. Defaults to black.
fontFamily?
Section titled “fontFamily?”
optionalfontFamily?:string
Defined in: src/ExpoArcgis.types.ts:1959
Font family name.
haloColor?
Section titled “haloColor?”
optionalhaloColor?:string
Defined in: src/ExpoArcgis.types.ts:1955
Halo (outline) color as a hex string.
haloWidth?
Section titled “haloWidth?”
optionalhaloWidth?:number
Defined in: src/ExpoArcgis.types.ts:1957
Halo width in points.
horizontalAlignment?
Section titled “horizontalAlignment?”
optionalhorizontalAlignment?:"left"|"center"|"right"|"justify"
Defined in: src/ExpoArcgis.types.ts:1961
Horizontal anchor. Defaults to center.
optionalsize?:number
Defined in: src/ExpoArcgis.types.ts:1953
Font size in points.
text:
string
Defined in: src/ExpoArcgis.types.ts:1949
The text to draw.
type:
"text"
Defined in: src/ExpoArcgis.types.ts:1947
verticalAlignment?
Section titled “verticalAlignment?”
optionalverticalAlignment?:"top"|"middle"|"bottom"|"baseline"
Defined in: src/ExpoArcgis.types.ts:1963
Vertical anchor. Defaults to middle.