Paket | spark.components |
Klass | public final class ContentBackgroundAppearance |
Arv | ContentBackgroundAppearance Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
FLAT : String = "flat" [statisk]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [statisk]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [statisk]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Konstantdetaljer
FLAT | Konstant |
public static const FLAT:String = "flat"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Applies mask to the contentGroup.
INSET | Konstant |
public static const INSET:String = "inset"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Konstant |
public static const NONE:String = "none"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.6 |
Körningsmiljöversioner: | 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, 01:40 PM Z