Click or drag to resize

RichTextLabelVisibleCharacters Property

The restricted number of characters to display in the label. If -1, all characters will be displayed.

Note: Setting this property updates PercentVisible based on current GetTotalCharacterCount.

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

Property Value

Type: Int32
See Also