包 | spark.components |
类 | public final class ActionBarDefaultButtonAppearance |
继承 | ActionBarDefaultButtonAppearance Object |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | AIR 2.5 |
defaultButtonAppearance
样式所允许的值定义常量。
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
BEVELED : String = "beveled" [静态]
指定用于导航和操作内容组中的按钮的、有斜面且不透明的按钮外观。 | ActionBarDefaultButtonAppearance | ||
NORMAL : String = "normal" [静态]
指定用于导航和操作内容组中的按钮的透明按钮外观。 | ActionBarDefaultButtonAppearance |
常量详细信息
BEVELED | 常量 |
public static const BEVELED:String = "beveled"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | AIR 2.5 |
指定用于导航和操作内容组中的按钮的、有斜面且不透明的按钮外观。
NORMAL | 常量 |
public static const NORMAL:String = "normal"
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4.5 |
运行时版本: | AIR 2.5 |
指定用于导航和操作内容组中的按钮的透明按钮外观。
Tue Jun 12 2018, 11:04 AM Z