Packageorg.apache.flex.core
Interfacepublic interface IMeasurementBead extends IBead
Implementors AlertMeasurementBead, ControlBarMeasurementBead, TextButtonMeasurementBead, TextFieldLabelMeasurementBead, TitleBarMeasurementBead

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

The IMeasurementBead interface is the basic interface for the bead that can compute and report the measurements of the contents of a component.



Public Properties
 PropertyDefined By
  measuredHeight : Number
[read-only] The measured height .
IMeasurementBead
  measuredWidth : Number
[read-only] The measured width.
IMeasurementBead
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
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 measured height .


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 measured width.


Implementation
    public function get measuredWidth():Number