textTransform

open override fun textTransform(textTransform: TextTransform): SymbolLayer

Specifies how to capitalize text, similar to the CSS text-transform 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.

Parameters

textTransform

value of textTransform as Expression

val textTransform: TextTransform?

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