Packageorg.apache.flex.html.beads
Classpublic class BackgroundImageBead
InheritanceBackgroundImageBead Inheritance Object
Implements IBead, IBackgroundBead

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

The BackgroundImageBead is used to render an image as the background to any component that supports it, such as Container. Note that this bead is for ActionScript only since CSS/HTML allows this just by specifying a background image in the style selector. To use this bead, place a ClassReference to it within



Public Properties
 PropertyDefined By
  strand : IStrand
[write-only]
BackgroundImageBead
Public Methods
 MethodDefined By
  
Constructor
BackgroundImageBead
Property Detail
strandproperty
strand:IStrand  [write-only]


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

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

Constructor