RichTextLabel.text

The raw text of the label. When set, clears the tag stack and adds a raw text tag to the top of it. Does not parse BBCodes. Does not modify bbcodeText.

  1. String text [@property getter]
    struct RichTextLabel
    @nogc nothrow @property
    String
    text
    ()
  2. String text [@property setter]

Meta