textField

Set the TextField property

Parameters

textField

value of textField

open override fun textField(textField: Formatted): SymbolLayer

Set the TextField property

Parameters

textField

value of textField as Expression

open override fun textField(textField: Expression): SymbolLayer

Set the TextField property as String.

Parameters

textField

value of textField as String

open override fun textField(textField: String): SymbolLayer

DSL for construct Formatted textField.

open override fun textField(block: Formatted.() -> Unit): SymbolLayer