It looks like the "cornerRadius" property of a Panel only changes the top corners and bottom if using a ControlBar. I'd like to specify a co开发者_如何转开发rner radius for each of the corners individual.
I know Degrafa can do this but I'd like to avoid if possible. Thanks!
If it's a panel you'll need to set the roundedBottomCorners
property to true.
If you need per corner radius you have the option of implementing your own skin using Degrafa or you simply use a mask to do so.
精彩评论