Property | Description |
Create On Condition | Whether to create the button at run time. |
Font Color | Color of the text on the button. |
Font Size | Size of the font to use for the text on the button. |
Font Style | How the text should be formatted, for example, bold, italic, or underlined. |
HAlign | Horizontal alignment of the text on the button. |
Name | Name you assign the button 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 button’s left edge to its parent object’s inner X position. |
Position Y | Distance from the button’s top edge to its parent object’s inner Y position. |
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 on the button. |
Visible | Whether the button is visible or hidden. |
Width | Width of the button. |