套件 | spark.components |
類別 | public final class ContentBackgroundAppearance |
繼承 | ContentBackgroundAppearance Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
FLAT : String = "flat" [靜態]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [靜態]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [靜態]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
常數詳細資訊
FLAT | 常數 |
public static const FLAT:String = "flat"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Applies mask to the contentGroup.
INSET | 常數 |
public static const INSET:String = "inset"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | 常數 |
public static const NONE:String = "none"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.6 |
執行階段版本: | 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, 03:47 PM Z