套件 | spark.components |
類別 | public final class PopUpPosition |
繼承 | PopUpPosition Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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.
公用常數
常數 | 定義自 | ||
---|---|---|---|
ABOVE : String = "above" [靜態]
Position above the target
| PopUpPosition | ||
BELOW : String = "below" [靜態]
Position below the target
| PopUpPosition | ||
CENTER : String = "center" [靜態]
Position in the center of the target
| PopUpPosition | ||
LEFT : String = "left" [靜態]
Position to the left of the target
| PopUpPosition | ||
RIGHT : String = "right" [靜態]
Position to the right of the target
| PopUpPosition | ||
TOP_LEFT : String = "topLeft" [靜態]
Position at the upper left corner of the target
| PopUpPosition |
常數詳細資訊
ABOVE | 常數 |
public static const ABOVE:String = "above"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position above the target
BELOW | 常數 |
public static const BELOW:String = "below"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position below the target
CENTER | 常數 |
public static const CENTER:String = "center"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position in the center of the target
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position to the left of the target
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position to the right of the target
TOP_LEFT | 常數 |
public static const TOP_LEFT:String = "topLeft"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Position at the upper left corner of the target
Tue Jun 12 2018, 03:47 PM Z