Text
The Text widget is used to show text on the screen. It is one of the most frequently used widgets.
Adding a Text to your project
To add the Text widget to your project:
Select the Text widget from the Add Widget Button or add it directly from the widget tree.
To change the text, select the Text Widget, and move to the Widget Properties (on the right side of your screen), and enter the Text you want.
Text Properties
1. Text
Enter the Text that you want displayed here, it could be just a single word, or a whole paragraph. We recommend using Rich Text for Headings for detailed customizations.
2. Max Lines
Here are the instructions for setting the max lines.
3. Text Overflow
Here are the instructions for setting Text Overflow.
4. Text Alignment
Here are the instructions for aligning the Text.
5. Text Span Style Properties
Here are the instructions for changing Text Span Style Properties.
Customizing
The Widget Properties can be used to customize the appearance and behavior of your widget. View details for Widget's Default Properties here.
Add padding
Here are the instructions on how to add padding.
Add margin
Here are the instructions on how to add margin.
Add Background Color
Here are the instructions on how to add padding.
Adjust alignment
Here are the instructions for adjusting the alignment.
Event Handlers
View details for handling events here.
Last updated