我正在使用actionscript flex并使用UIcomponents,我需要此函数的所有有效参数,例如
component.setStyle("borderColor","white");我需要第一个字符串参数的所有有效字符串和第三个值设置的第二个有效参数,
我有下面给出的一些值,但我需要此函数的所有可能值
inputs.setStyle("backgroundColor",0xA9C0E7);
inputs.setStyle("borderColor",0x9E9FFF);
inputs.setStyle("cornerRadius", 20);谢谢
问候
发布于 2010-10-25 16:26:20
UIComponent
发布于 2010-10-25 17:18:20
http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html#
https://stackoverflow.com/questions/4012773
复制相似问题