任何人都可以列出 UI 组件的 setstyle() 函数的所有有效参数吗?

发布于 2024-09-29 02:11:19 字数 385 浏览 6 评论 0原文

我正在使用 Actionscript Flex 并使用 UIComponents 我需要此函数的所有有效参数,例如

component.setStyle("borderColor","white");

我需要第一个字符串参数的所有有效字符串和第二个有效参数的值设置,

我有一些在下面给出,但我需要 函数的所有可能值

   inputs.setStyle("backgroundColor",0xA9C0E7);
   inputs.setStyle("borderColor",0x9E9FFF);
   inputs.setStyle("cornerRadius", 20);

感谢

i am working with actionscript flex and using UIcomponents i need all the valid arguments for this function for example

component.setStyle("borderColor","white");

i need all valid strings for first string parameter and 2nd valid argument for there value setting,

i have some of them that are given below but i need all possible values for this function

   inputs.setStyle("backgroundColor",0xA9C0E7);
   inputs.setStyle("borderColor",0x9E9FFF);
   inputs.setStyle("cornerRadius", 20);

thanx

regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文