Paket | spark.components |
Klass | public final class CalloutPosition |
Arv | CalloutPosition Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Relaterade API-element
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
AFTER : String = "after" [statisk]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [statisk]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [statisk]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [statisk]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [statisk]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [statisk]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
Konstantdetaljer
AFTER | Konstant |
public static const AFTER:String = "after"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | Konstant |
public static const AUTO:String = "auto"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | Konstant |
public static const BEFORE:String = "before"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | Konstant |
public static const END:String = "end"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | Konstant |
public static const MIDDLE:String = "middle"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | Konstant |
public static const START:String = "start"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Tue Jun 12 2018, 01:40 PM Z