Paket | spark.components |
Klasse | public final class ContentBackgroundAppearance |
Vererbung | ContentBackgroundAppearance Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Laufzeitversionen: | AIR 3 |
contentBackgroundAppearance
-Stils des Callout.
Verwandte API-Elemente
Öffentliche Eigenschaften
Öffentliche Methoden
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
FLAT : String = "flat" [statisch]
Wendet Maske auf die contentGroup an. | ContentBackgroundAppearance | ||
INSET : String = "inset" [statisch]
Wendet Tiefen und Maske auf die contentGroup an. | ContentBackgroundAppearance | ||
NONE : String = "none" [statisch]
Deaktiviert contentBackgroundColor-Stil und contentGroup-Masken. | ContentBackgroundAppearance |
Konstantendetails
FLAT | Konstante |
public static const FLAT:String = "flat"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Laufzeitversionen: | AIR 3 |
Wendet Maske auf die contentGroup an.
INSET | Konstante |
public static const INSET:String = "inset"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Laufzeitversionen: | AIR 3 |
Wendet Tiefen und Maske auf die contentGroup an.
NONE | Konstante |
public static const NONE:String = "none"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Laufzeitversionen: | AIR 3 |
Deaktiviert den contentBackgroundColor
-Stil und contentGroup-Masken. Diesen Wert verwenden, wenn der Inhalt von Callout direkt über backgroundColor
angezeigt wird oder wenn Inhalte über eigene Masken verfügen.
Tue Jun 12 2018, 10:04 AM Z