패키지 | 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:17 PM Z