Pacchetto | spark.components |
Classe | public final class ContentBackgroundAppearance |
Ereditarietà | ContentBackgroundAppearance Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
FLAT : String = "flat" [statico]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [statico]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [statico]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Descrizione delle costanti
FLAT | Costante |
public static const FLAT:String = "flat"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Applies mask to the contentGroup.
INSET | Costante |
public static const INSET:String = "inset"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni runtime: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Costante |
public static const NONE:String = "none"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.6 |
Versioni 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.
Tue Jun 12 2018, 02:44 PM Z