[flexcoders] Position Button Label

2008-01-29 Thread jmfillman
I know how to left/right/center align text on a button horizontally, but I also need to align the text vertically so the label is at the top of the button, regardless of the buttons height. How can I do this?

Re: [flexcoders] Position Button Label

2008-01-29 Thread Jehanzeb Musani
Use styles Button { paddingTop: 6; } You can try different styles for almost all Flex components on the following site. http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html --- jmfillman [EMAIL PROTECTED] wrote: I know how to left/right/center align text on a