패키지 | 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:17 PM Z