AlignmentMode - RadioButton
Determines if text is displayed to the right of the radio or the left of the radio
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer AlignmentMode
| Access Type | Syntax |
|---|---|
| Read Access: | Get AlignmentMode to IntegerVariable |
| Write Access: | Set AlignmentMode to IntegerVariable/Value |
Description
AlignmentMode determines if the text of the Label property will be displayed on the left or right of the button icon.
Set the AlignmentMode property to taRightJustify, to display the text to the right of the radio; set it to taLeftJustify, to display the text to the left of the radio.
Default is taRightJustify.