Property | Description |
Create On Condition | Whether to create the radio button at run time. |
Font Color | Color of the text displayed for the radio button. |
Font Size | Size of the font to use for the text displayed for the radio button. |
Font Style | How the text should be formatted, for example, bold, italic, or underlined. |
HAlign | Horizontal alignment of the radio button. |
Name | Name you assign the radio 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 radio button’s left edge to its parent object’s inner X position. |
Position Y | Distance from the radio button’s top edge to its parent object’s inner Y position. |
Text | Text to display for the radio button. |
Visible | Whether the radio button is visible or hidden. |
Width | Width of the radio button. |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |