Paket | spark.components |
Sınıf | public final class ContentBackgroundAppearance |
Miras Alma | ContentBackgroundAppearance Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
contentBackgroundAppearance
style of
Callout.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
FLAT : String = "flat" [statik]
Applies mask to the contentGroup. | ContentBackgroundAppearance | ||
INSET : String = "inset" [statik]
Applies a shadow and mask to the contentGroup. | ContentBackgroundAppearance | ||
NONE : String = "none" [statik]
Disables both the contentBackgroundColor style and
contentGroup masking. | ContentBackgroundAppearance |
Sabit Ayrıntısı
FLAT | Sabit |
public static const FLAT:String = "flat"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Applies mask to the contentGroup.
INSET | Sabit |
public static const INSET:String = "inset"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | AIR 3 |
Applies a shadow and mask to the contentGroup.
NONE | Sabit |
public static const NONE:String = "none"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.6 |
Çalışma Zamanı Sürümleri: | 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:09 PM Z