Pakket | spark.components |
Klasse | public final class CalloutPosition |
Overerving | CalloutPosition Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Verwante API-elementen
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
AFTER : String = "after" [statisch]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [statisch]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [statisch]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [statisch]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [statisch]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [statisch]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
Constantedetails
AFTER | Constante |
public static const AFTER:String = "after"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | Constante |
public static const AUTO:String = "auto"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | Constante |
public static const BEFORE:String = "before"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | Constante |
public static const END:String = "end"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | Constante |
public static const MIDDLE:String = "middle"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | Constante |
public static const START:String = "start"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Wed Jun 13 2018, 11:42 AM Z