开发者

can any one list all the valid arguments for setstyle() function for UIcomponents?

开发者 https://www.devze.com 2023-01-22 07:37 出处:网络
i am working with actionscript flex and using UIcomponents i need all the valid arguments开发者_高级运维 for this function for example

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


  • Locate reference for UIComponent

  • See "Styles" section.


http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html#

0

精彩评论

暂无评论...
验证码 换一张
取 消