Packageorg.apache.flex.core
Classpublic class UIMetrics
InheritanceUIMetrics Inheritance Object

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

The UIMetrics class is the base class for most composite user interface components. For the Flash Player, Buttons and Text controls may have a different base class and therefore may not extend UIBase. However all user interface components should implement IUIBase.



Public Properties
 PropertyDefined By
  bottom : Number
The offset or position of the bottom of something.
UIMetrics
  left : Number
The offset or position of the left of something.
UIMetrics
  right : Number
The offset or position of the right of something.
UIMetrics
  top : Number
The offset or position of the top of something.
UIMetrics
Public Methods
 MethodDefined By
  
Constructor.
UIMetrics
Property Detail
bottomproperty
public var bottom:Number

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

The offset or position of the bottom of something.

leftproperty 
public var left:Number

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

The offset or position of the left of something.

rightproperty 
public var right:Number

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

The offset or position of the right of something.

topproperty 
public var top:Number

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

The offset or position of the top of something.

Constructor Detail
UIMetrics()Constructor
public function UIMetrics()

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

Constructor.