Pacchetto | spark.components |
Classe | public final class CalloutPosition |
Ereditarietà | CalloutPosition Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Elementi API correlati
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
AFTER : String = "after" [statico]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [statico]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [statico]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [statico]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [statico]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [statico]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
Descrizione delle costanti
AFTER | Costante |
public static const AFTER:String = "after"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | Costante |
public static const AUTO:String = "auto"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the callout on the exterior of the owner where the callout requires the least amount of resizing to fit.
BEFORE | Costante |
public static const BEFORE:String = "before"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | Costante |
public static const END:String = "end"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | Costante |
public static const MIDDLE:String = "middle"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | Costante |
public static const START:String = "start"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Tue Jun 12 2018, 02:44 PM Z