Packageorg.apache.flex.html.beads
Classpublic class TitleBarMeasurementBead
InheritanceTitleBarMeasurementBead Inheritance Object
Implements IMeasurementBead

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

The TitleBarMeasurementBead class measures the overall size of a org.apache.flex.html.TitleBar.



Public Properties
 PropertyDefined By
  measuredHeight : Number
[read-only] The overall height of the org.apache.flex.html.TitleBar.
TitleBarMeasurementBead
  measuredWidth : Number
[read-only] The overall width of the org.apache.flex.html.TitleBar.
TitleBarMeasurementBead
  strand : IStrand
[write-only] The host component for this bead.
TitleBarMeasurementBead
Public Methods
 MethodDefined By
  
constructor.
TitleBarMeasurementBead
Property Detail
measuredHeightproperty
measuredHeight:Number  [read-only]

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

The overall height of the org.apache.flex.html.TitleBar.


Implementation
    public function get measuredHeight():Number
measuredWidthproperty 
measuredWidth:Number  [read-only]

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

The overall width of the org.apache.flex.html.TitleBar.


Implementation
    public function get measuredWidth():Number
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
TitleBarMeasurementBead()Constructor
public function TitleBarMeasurementBead()

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

constructor.