패키지 | spark.components |
클래스 | public final class CalloutPosition |
상속 | CalloutPosition Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
관련 API 요소
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
AFTER : String = "after" [정적]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [정적]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [정적]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [정적]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [정적]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [정적]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
상수 세부 정보
AFTER | 상수 |
public static const AFTER:String = "after"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | 상수 |
public static const AUTO:String = "auto"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | 상수 |
public static const BEFORE:String = "before"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | 상수 |
public static const END:String = "end"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | 상수 |
public static const MIDDLE:String = "middle"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | 상수 |
public static const START:String = "start"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.6 |
런타임 버전: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Tue Jun 12 2018, 03:17 PM Z