StringShape.Text
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TextShape.Value as a replacement. |
Property (As String )
aStringShape.Text = newStringValue
or
StringValue = aStringShape.Text
Supported for all project types and targets.
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.