Package | org.apache.flex.core |
Interface | public 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 |
Property | Defined By | ||
---|---|---|---|
measuredHeight : Number [read-only]
The measured height . | IMeasurementBead | ||
measuredWidth : Number [read-only]
The measured width. | IMeasurementBead | ||
![]() | strand : IStrand [write-only]
The host component for this bead. | IBead |
measuredHeight | property |
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 .
public function get measuredHeight():Number
measuredWidth | property |
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.
public function get measuredWidth():Number