Pakiet | spark.components |
Klasa | public final class ContentBackgroundAppearance |
Dziedziczenie | ContentBackgroundAppearance Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
FLAT : String = "flat" [statyczny]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [statyczny]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [statyczny]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Szczegół stałej
FLAT | Stała |
public static const FLAT:String = "flat"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Applies mask to the contentGroup.
INSET | Stała |
public static const INSET:String = "inset"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Stała |
public static const NONE:String = "none"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.6 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z