Pakiet | spark.components |
Klasa | public final class CalloutPosition |
Dziedziczenie | CalloutPosition Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Powiązane elementy interfejsu API
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
AFTER : String = "after" [statyczny]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [statyczny]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [statyczny]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [statyczny]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [statyczny]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [statyczny]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
Szczegół stałej
AFTER | Stała |
public static const AFTER:String = "after"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | Stała |
public static const AUTO:String = "auto"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | Stała |
public static const BEFORE:String = "before"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | Stała |
public static const END:String = "end"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | Stała |
public static const MIDDLE:String = "middle"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | Stała |
public static const START:String = "start"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Tue Jun 12 2018, 12:06 PM Z