can any one list all the valid arguments for setstyle() function for UIcomponents?
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#
精彩评论