The HRule control creates a single horizontal line. You typically use this control to create a dividing line within a container.
MXML Syntax
The <mx:HRule> tag inherits all the properties of its parent classes, and the following properties:
<mx:HRule
color="#808080"
shadowColor="#D4D0C8."
strokeWidth="No default." />
See Also
mx.controls.VRule
| Methods |
| Methods inherited from class mx.core.UIComponent |
getFocus
setFocus
getFocusManager
|
| Properties | |
static | version:String
ComponentVersion is for internal use only. |
| Properties inherited from class mx.core.UIComponent |
version
enabled
tabIndex
|
| Effects |
| Effects inherited from class mx.core.UIComponent |
showEffect
hideEffect
focusInEffect
focusOutEffect
|
| Effects inherited from class mx.core.UIObject |
creationCompleteEffect
moveEffect
resizeEffect
mouseDownEffect
mouseOverEffect
mouseOutEffect
mouseUpEffect
|
| Events |
| Events inherited from class: mx.core.UIComponent |
focusIn
focusOut
keyDown
keyUp
show
hide
valid
invalid
valueCommitted
|
| Styles | |
color |
Type: Number
Format: Color
CSS Inheritance: yes
Color of the line. The default value is #808080. |
shadowColor |
Type: Number
Format: Color
CSS Inheritance: yes
Shadow color of the line. The default is #D4D0C8. |
strokeWidth |
Type: Number
Format: Length
CSS Inheritance: yes
Thickness of the rule in pixels. The default value is 2. |
| Styles inherited from class mx.core.UIObject |
color
fontFamily
fontSize
fontStyle
fontWeight
textAlign
textDecoration
textIndent
marginLeft
marginRight
horizontalGap
verticalGap
|
| Property Detail |
static version:String