Paquete | spark.components |
Clase | public final class ContentBackgroundAppearance |
Herencia | ContentBackgroundAppearance Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
FLAT : String = "flat" [estática]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [estática]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [estática]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Información sobre constantes
FLAT | Constante |
public static const FLAT:String = "flat"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Applies mask to the contentGroup.
INSET | Constante |
public static const INSET:String = "inset"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Constante |
public static const NONE:String = "none"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.6 |
Versiones de motor de ejecución: | 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.
Tue Jun 12 2018, 02:12 PM Z