textJustify

open override fun textJustify(textJustify: TextJustify): SymbolLayer

Text justification options. Default value: "center".

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

Parameters

textJustify

value of textJustify


open override fun textJustify(textJustify: Expression): SymbolLayer

Text justification options. Default value: "center".

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

Parameters

textJustify

value of textJustify as Expression


Text justification options. Default value: "center".