Pacote | spark.components |
Classe | public final class CalloutPosition |
Herança | CalloutPosition Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Elementos da API relacionados
spark.components.Callout
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
spark.components.Callout.horizontalPosition
spark.components.Callout.verticalPosition
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AFTER : String = "after" [estático]
Position the leading edge of the callout after the trailing edge of the owner. | CalloutPosition | ||
AUTO : String = "auto" [estático]
Position the callout on the exterior of the owner where the callout
requires the least amount of resizing to fit. | CalloutPosition | ||
BEFORE : String = "before" [estático]
Position the trailing edge of the callout before the leading edge of the owner. | CalloutPosition | ||
END : String = "end" [estático]
Position the trailing edge of the callout at the trailing edge of the owner. | CalloutPosition | ||
MIDDLE : String = "middle" [estático]
Position the horizontalCenter of the callout to the horizontalCenter of the owner. | CalloutPosition | ||
START : String = "start" [estático]
Position the leading edge of the callout at the leading edge of the owner. | CalloutPosition |
Detalhes da constante
AFTER | Constante |
public static const AFTER:String = "after"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Position the leading edge of the callout after the trailing edge of the owner.
AUTO | Constante |
public static const AUTO:String = "auto"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Position the trailing edge of the callout before the leading edge of the owner.
END | Constante |
public static const END:String = "end"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Position the trailing edge of the callout at the trailing edge of the owner.
MIDDLE | Constante |
public static const MIDDLE:String = "middle"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Position the horizontalCenter of the callout to the horizontalCenter of the owner.
START | Constante |
public static const START:String = "start"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Position the leading edge of the callout at the leading edge of the owner.
Wed Jun 13 2018, 11:10 AM Z