Aug 27

接下来的例子演示了Flex中如何通过backgroundColor样式,设置RichTextEditor控件内TextArea的背景颜色。

让我们先来看一下Demo可以右键View Source或点击这里察看源代码):

Continue reading »

written by Minidxer  |  tags: , , , ,

May 25

在前面的Flex中如何通过设置backgroundAlpha风格来设定VideoDisplay控件的背景透明度(background alpha)的例子Flex中设置面板容器(Panel container)背景透明度的例子中,都演示了如何设置背景颜色以及透明度。接下来的例子演示了Flex中如何通过backgroundColor和backgroundAlpha样式,设置NumericStepper控件背景颜色和透明度。滑动游标调整透明度,从调色板中选择背景颜色。

让我们先来看一下Demo(可以右键View Source或点击这里察看源代码

Continue reading »

written by Minidxer  |  tags: , , , , ,

May 03

接下来的例子演示了如何通过设置backgroundColor和backgroundAlpha样式,来改变DateChooser控件的背景颜色。

让我们先来看一下Demo(可以右键View Source或点击这里察看源代码

Continue reading »

written by Minidxer  |  tags: , , , ,

Apr 19

在前面的Flex的VideoDisplay基本使用方法的例子中,我们了解了VideoDisplay控件的播放,暂停,停止等的一些基本用法。接下来的例子演示了如何通过设定backgroundColor风格,来实现修改VideoDisplay控件的背景颜色。

让我们先来看一下Demo(可以右键View Source或点击这里察看源代码
Continue reading »

written by Minidxer  |  tags: , , ,

Mar 08

下面的例子展示了如何通过设置backgroundAlphabackgroundColor风格,在Flex中设置DataGrid控件中字符背景以及控件背景颜色。

下面是具体代码:
Continue reading »

written by Minidxer  |  tags: , , , , ,