包 | spark.components |
类 | public final class ContentBackgroundAppearance |
继承 | ContentBackgroundAppearance Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
contentBackgroundAppearance
样式的允许值定义常量。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
FLAT : String = "flat" [静态]
对 contentGroup 应用遮罩。 | ContentBackgroundAppearance | ||
INSET : String = "inset" [静态]
对 contentGroup 应用阴影和遮罩。 | ContentBackgroundAppearance | ||
NONE : String = "none" [静态]
禁用 contentBackgroundColor 样式和 contentGroup 掩蔽。 | ContentBackgroundAppearance |
常量详细信息
FLAT | 常量 |
public static const FLAT:String = "flat"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
对 contentGroup 应用遮罩。
INSET | 常量 |
public static const INSET:String = "inset"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
对 contentGroup 应用阴影和遮罩。
NONE | 常量 |
public static const NONE:String = "none"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.6 |
运行时版本: | AIR 3 |
禁用 contentBackgroundColor
样式和 contentGroup 掩蔽。当标注的内容应当直接出现在 backgroundColor
的顶部或该内容提供自己的掩蔽时,使用此值。
Tue Jun 12 2018, 11:04 AM Z