MenuBar { cornerRadius: 7; letterSpacing: 0; backgroundAlpha: 0.76; backgroundColor: #33ccff; bo...
转载 2014-01-02 23:56:00
108阅读
2评论
NumericStepper控件的backgroundColor和backgroundAlpha 样式学习。 示例:
转载 2008-05-24 13:36:00
104阅读
2评论
Accordion { borderStyle: solid; borderThickness: 1; headerHeight: 29; backgroundAlpha: 0.68; tex...
转载 2013-12-31 22:57:00
112阅读
2评论
ToolTip { backgroundAlpha: 0.86; cornerRadius: 7; paddingLeft: 6; paddingRight: 4; letterSpacing...
转载 2014-01-03 00:01:00
109阅读
2评论
NumericStepper { borderStyle: solid; borderColor: #cc0000; borderThickness: 1; backgroundAlpha: 0....
转载 2013-12-30 23:27:00
114阅读
2评论
Tree { backgroundAlpha: 0.9; backgroundColor: #ffcc00; alternatingItemColors: #99ff00, #6600ff; de...
转载 2013-12-31 22:51:00
96阅读
2评论
DataGrid { backgroundAlpha: 0.91; backgroundColor: #cc9900; alternatingItemColors: #33ffcc, #cccc00;...
转载 2014-01-02 23:54:00
110阅读
2评论
List { backgroundAlpha: 0.61; backgroundColor: #000000; alternatingItemColors: #cc0000, #ccff00; u...
转载 2013-12-31 19:23:00
81阅读
2评论
通过css使得DataGrid 背景透明DataGrid{    borderStyle: solid;    backgroundAlpha: 0.3;    headerStyleName: dataGridHeader;    verticalGridLines: false;    horizontalGridLines: false;    verticalAlign: middle; 
转载 2010-06-07 14:47:00
72阅读
2评论
The following example shows how you can change the background color and alpha of a PopUpButton control’s pop up menu in Flex by setting the popUpStyleName, backgroundAlpha, and backgroundColor styles.
原创 2021-07-29 15:22:17
126阅读
1.这种只能在主应用文件Application中应用,也就是一个全局的. mx|ToolTip {    backgroundAlpha: 0.8;    cornerRadius: 8;    backgroundColor: #fefe00;    color:#0
原创 2012-11-18 13:36:57
555阅读
    网上有另外一种方式      设置背景的透明度  // 设置屏幕透明度      public void backgroundAlpha(float bgAlpha) {  lp =
 访问背景截图       通常情况下,我们可以直接使用引用filter元素的元素的背景截图作为filter效果的源图片。代表这种输入的取值是BackgroundImage和BackgroundAlpha,前一个包含颜色和Alpha值,后一个只包含Alpha值。为了支持这种使用方式,还需要在引用filter元素的元素上显式的开启这个特性
转载 精选 2012-07-02 17:07:04
400阅读