ActionScript 2.0 Components Language Reference |
|
|
|
| RadioButton component > Customizing the RadioButton component | |||
You can transform a RadioButton component horizontally and vertically while authoring and at runtime. While authoring, select the component on the Stage and use the Free Transform tool or any of the Modify > Transform commands. At runtime, use the setSize() method (see UIObject.setSize()).
The bounding box of a RadioButton component is invisible and also designates the hit area for the component. If you increase the size of the component, you also increase the size of the hit area.
If the component's bounding box is too small to fit the component label, the label is clipped to fit.
|
|
|
|