If you want to display text in your app you can use the Text object.
You can use the
Other options you will see used in the samples include
Use the SetText and GetText functions of the Text object to set and get it's text.
You can change the look of a Text using the SetBackColor and SetTextColor functions on the Text object.
Text can be shortened using ellipsis (...) when the size of the control is too small to show all the text. Use the SetEllipsize to control where the ellipsis is placed. Available modes are
You can also set a background image/pattern or background gradient for the Text using the SetBackground and SetBackGradient functions. See Layouts for examples of how to use these functions.
Methods
The following methods are available on the Text object: