textTransform

open override fun textTransform(textTransform: TextTransform): SymbolLayer

Specifies how to capitalize text, similar to the CSS text-transform property.

Use static method SymbolLayer.defaultTextTransform to set the default property.

Parameters

textTransform

value of textTransform

open override fun textTransform(textTransform: Expression): SymbolLayer

Specifies how to capitalize text, similar to the CSS text-transform property.

Use static method SymbolLayer.defaultTextTransformAsExpression to set the default property.

Parameters

textTransform

value of textTransform as Expression

val textTransform: TextTransform?

Specifies how to capitalize text, similar to the CSS text-transform property.