Packagespark.components
Classpublic final class PopUpPosition
InheritancePopUpPosition Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Enumerated type for the PopUpAnchor.popUpPosition property. This type describes the position of the popUp control that is anchored by PopUpAnchor. The position is relative to the PopUpAnchor position.



Public Constants
 ConstantDefined By
  ABOVE : String = above
[static] Position above the target
PopUpPosition
  BELOW : String = below
[static] Position below the target
PopUpPosition
  CENTER : String = center
[static] Position in the center of the target
PopUpPosition
  LEFT : String = left
[static] Position to the left of the target
PopUpPosition
  RIGHT : String = right
[static] Position to the right of the target
PopUpPosition
  TOP_LEFT : String = topLeft
[static] Position at the upper left corner of the target
PopUpPosition
Constant Detail
ABOVEConstant
public static const ABOVE:String = above

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position above the target

BELOWConstant 
public static const BELOW:String = below

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position below the target

CENTERConstant 
public static const CENTER:String = center

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position in the center of the target

LEFTConstant 
public static const LEFT:String = left

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position to the left of the target

RIGHTConstant 
public static const RIGHT:String = right

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position to the right of the target

TOP_LEFTConstant 
public static const TOP_LEFT:String = topLeft

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Position at the upper left corner of the target