Click or drag to resize

RichTextLabelBbcodeText Property

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.

Note: It is unadvised to use the += operator with bbcode_text (e.g. bbcode_text += "some string") as it replaces the whole text and can cause slowdowns. Use AppendBbcode(String) for adding text instead, unless you absolutely need to close a tag that was opened in an earlier method call.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string BbcodeText { get; set; }

Property Value

Type: String
See Also