RichTextLabel.bbcodeText

The label's text in BBCode format. Is not representative of manual modifications to the internal tag stack. Erases changes made by other methods when edited.

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

Meta