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 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.
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.
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.
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.
public function UIMetrics()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00