Pacote | spark.components |
Classe | public final class ContentBackgroundAppearance |
Herança | ContentBackgroundAppearance Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
FLAT : String = "flat" [estático]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [estático]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [estático]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Detalhes da constante
FLAT | Constante |
public static const FLAT:String = "flat"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Applies mask to the contentGroup.
INSET | Constante |
public static const INSET:String = "inset"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Constante |
public static const NONE:String = "none"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.6 |
Versões de runtime: | AIR 3 |
Disables both the contentBackgroundColor
style and
contentGroup masking. Use this value when Callout's contents should
appear directly on top of the backgroundColor
or when
contents provide their own masking.
Wed Jun 13 2018, 11:10 AM Z