StringShape.Text

From Xojo Documentation

Property (As String )
aStringShape.Text = newStringValue
or
StringValue = aStringShape.Text

Supported for all project types and targets.

The text to draw.

Notes

The text can be only one text style (font, font size, style) specified by the other StringShape properties. Use the FillColor property to change the color of the text. Use a carriage return between text to display with multiple lines.The default text is the empty string.