Packageorg.apache.flex.html.beads
Classpublic class SolidBackgroundBead
InheritanceSolidBackgroundBead Inheritance Object
Implements IBead, IBackgroundBead, IGraphicsDrawing

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The SolidBackgroundBead class draws a solid filled background. The color and opacity can be specified in CSS.



Public Properties
 PropertyDefined By
  backgroundColor : uint
The background color
SolidBackgroundBead
  opacity : Number
The opacity (alpha).
SolidBackgroundBead
  strand : IStrand
[write-only] The host component for this bead.
SolidBackgroundBead
Public Methods
 MethodDefined By
  
Constructor.
SolidBackgroundBead
Property Detail
backgroundColorproperty
backgroundColor:uint

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The background color


Implementation
    public function get backgroundColor():uint
    public function set backgroundColor(value:uint):void
opacityproperty 
opacity:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The opacity (alpha).


Implementation
    public function get opacity():Number
    public function set opacity(value:Number):void
strandproperty 
strand:IStrand  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
SolidBackgroundBead()Constructor
public function SolidBackgroundBead()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Constructor.