Packagecom.jwopitz.controls
Classpublic class VRule
InheritanceVRule Inheritance mx.controls.VRule

The VRule control creates a single vertical line. You typically use this control to create a dividing line within a container.

The <jwo_lib:VRule> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

   <jwo_lib:VRule
     Styles
     paddingTop="0"
     paddingBottom="0"
     dashLength="0"
   />
   

See also

mx.controls.HRule


Styles
 StyleDescriptionDefined by
  
dashLength
Type: Number   Format: Length   CSS Inheritance: no
The length of the gap between the dashes. The default value is 0.
VRule
  
paddingBottom
Type: Number   Format: Length   CSS Inheritance: no
The amount of padding from the bottom of the component to the bottom of the line. The default value is 0.
VRule
  
paddingTop
Type: Number   Format: Length   CSS Inheritance: no
The amount of padding from the top of the component to the top of the line. The default value is 0.
VRule