Pacchetto | spark.components |
Classe | public final class PopUpPosition |
Ereditarietà | PopUpPosition Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
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.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ABOVE : String = "above" [statico]
Position above the target
| PopUpPosition | ||
BELOW : String = "below" [statico]
Position below the target
| PopUpPosition | ||
CENTER : String = "center" [statico]
Position in the center of the target
| PopUpPosition | ||
LEFT : String = "left" [statico]
Position to the left of the target
| PopUpPosition | ||
RIGHT : String = "right" [statico]
Position to the right of the target
| PopUpPosition | ||
TOP_LEFT : String = "topLeft" [statico]
Position at the upper left corner of the target
| PopUpPosition |
Descrizione delle costanti
ABOVE | Costante |
public static const ABOVE:String = "above"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position above the target
BELOW | Costante |
public static const BELOW:String = "below"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position below the target
CENTER | Costante |
public static const CENTER:String = "center"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position in the center of the target
LEFT | Costante |
public static const LEFT:String = "left"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position to the left of the target
RIGHT | Costante |
public static const RIGHT:String = "right"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position to the right of the target
TOP_LEFT | Costante |
public static const TOP_LEFT:String = "topLeft"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Position at the upper left corner of the target
Tue Jun 12 2018, 02:44 PM Z