Paket | spark.components |
Sınıf | public final class PopUpPosition |
Miras Alma | PopUpPosition Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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.
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
ABOVE : String = "above" [statik]
Position above the target
| PopUpPosition | ||
BELOW : String = "below" [statik]
Position below the target
| PopUpPosition | ||
CENTER : String = "center" [statik]
Position in the center of the target
| PopUpPosition | ||
LEFT : String = "left" [statik]
Position to the left of the target
| PopUpPosition | ||
RIGHT : String = "right" [statik]
Position to the right of the target
| PopUpPosition | ||
TOP_LEFT : String = "topLeft" [statik]
Position at the upper left corner of the target
| PopUpPosition |
Sabit Ayrıntısı
ABOVE | Sabit |
public static const ABOVE:String = "above"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position above the target
BELOW | Sabit |
public static const BELOW:String = "below"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position below the target
CENTER | Sabit |
public static const CENTER:String = "center"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position in the center of the target
LEFT | Sabit |
public static const LEFT:String = "left"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position to the left of the target
RIGHT | Sabit |
public static const RIGHT:String = "right"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position to the right of the target
TOP_LEFT | Sabit |
public static const TOP_LEFT:String = "topLeft"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Position at the upper left corner of the target
Tue Jun 12 2018, 01:09 PM Z