mx.controls
Class
VRule
class
VRule
extends mx.core.UIComponentThe VRule control creates a single vertical line. You typically use this control to create a dividing line within a container.
MXML Syntax
The <mx:VRule> tag inherits all the properties of its parent classes, and the following properties:
<mx:VRule
color="No default."
shadowColor="No default."
strokeWidth="No default." />
See Also
mx.controls.HRule
static | version:String
ComponentVersion is for internal use only. |
color |
Type: Number
Format: Color
CSS Inheritance: yes
Color of the line according to the following rules: - If strokeWidth is 1, the color of the entire line.
- If strokeWidth is 2, the color of the left line. This is the default value.
- If strokeWidth is greater than 2, the color of the top and left edges of the rectangle.
The default value is #808080. |
shadowColor |
Type: Number
Format: Color
CSS Inheritance: yes
Shadow color of the line as follows: - If strokeWidth is 1, does nothing.
- If strokeWidth is 2, the color of the right line. The default value is #D4D0C8 (dark gray).
- If strokeWidth is greater than 2, the color of the bottom and right edges of the rectangle. The default value is #D4D0C8 (dark gray).
|
strokeWidth |
Type: Number
Format: Length
CSS Inheritance: yes
Thickness of the rule, in pixels, as follows: - If strokeWidth is 1, the rule is a 1-pixel-wide line.
- If strokeWidth is 2, the rule is two adjacent 1-pixel-wide vertical lines. This is the default value.
- If strokeWidth is greater than 2, the rule is a hollow rectangle with 1-pixel-wide edges.
|
version
static version:String
ComponentVersion is for internal use only.