Click or drag to resize

RichTextLabelText Property

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.

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

Property Value

Type: String
See Also