Retrieves a value that indicates where the text for the RadioButton control is positioned relative to the circle that shows whether the option is turned on or off.
public final int getTextAlign()
Returns an integer that specifies the current position of the text relative to the circle. Possible return values are constants defined in the LeftRightAlignment class. If the value is LeftRightAlignment.RIGHT (default), the text appears to the right of the circle. If the value is LeftRightAlignment.LEFT, the text appears to the left of the circle.
See Also setTextAlign