Property | Description |
Clip Type | Define the truncation mode that should be applied if not the whole text value can be displayed. Must be one of CLIP_TYPE_CLIP or CLIP_TYPE_ELLIPSIS. |
Create On Condition | Whether to display the text field at run time. |
Font Color | Color of the text. |
Font Size | Size of the font to use for the text. |
Font Style | How the text should be formatted, for example, bold, italic, or underlined. |
HAlign | Horizontal alignment of the text. |
Max Lines | Maximum number of lines of text to display in the text field when line-wrapped. The value you specify for Max Lines must to be greater than or equal to the value you specify for Min Lines. |
Min Lines | Minimum number of lines of text to display in the text field when line-wrapped. The value you specify for Min Lines must be less than or equal to the value you specify for Max Lines. |
Name | Name you assign the text field in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Position X | Distance from the text field’s left edge to its parent object’s inner X position. |
Position Y | Distance from the text field’s top edge to its parent object’s inner Y position. |
Render Type | Whether to display the text as plain text or hyperlinked. |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |
Text | Text to display. |
Visible | Whether the text field is visible or hidden. |
Width | Width of the text field. |