TextSpecific.setText

Specifies the characters to be displayed in the text item. Newline characters cause line breaks.

mixintemplate TextSpecific()
setText
(
this T
)
(
string text
)

Parameters

text string

The text.

Return Value

Type: auto

This item to aid method chaining.

Meta