The Spacer control helps you lay out children within a parent container. Although the Spacer control is invisible, it does allocate space within its parent.
MXML Syntax
The <mx:spacer> tag defines no new properties.
<mx:Spacer/>
| Methods |
| Properties |
| Effects |
| Effects inherited from class mx.core.UIObject |
creationCompleteEffect
moveEffect
resizeEffect
mouseDownEffect
mouseOverEffect
mouseOutEffect
mouseUpEffect
|
| Events |
| Styles |
| Styles inherited from class mx.core.UIObject |
color
fontFamily
fontSize
fontStyle
fontWeight
textAlign
textDecoration
textIndent
marginLeft
marginRight
horizontalGap
verticalGap
|