Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 Flex PopUpButton 的下拉菜单的边框赋予特定颜色(比如说红色)。另外,如果我如何设置 PopUpButton 的下拉菜单的文本属性(文本应为粗体)。
提前致谢 - 阿图尔
去:
Flex3 风格资源管理器
在左侧选择 Buttons 并选择 PopUpButton,您将能够看到您可以为此控件更改的样式...
例如,
更改边框颜色:borderColor: #ff0000;
borderColor: #ff0000;
有颜色:themeColor: #ff0000;
themeColor: #ff0000;
等等……拉迪斯拉夫