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]
  2. String text [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    text
    (
    String v
    )

Meta