Language Version: | ActionScript 3.0 |
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 static const ABOVE:String = "above"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position above the target
public static const BELOW:String = "below"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position below the target
public static const CENTER:String = "center"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position in the center of the target
public static const LEFT:String = "left"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position to the left of the target
public static const RIGHT:String = "right"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position to the right of the target
public static const TOP_LEFT:String = "topLeft"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Position at the upper left corner of the target