Hi all
In my application,showFlexChrome
is set as true in WindowedApplication
,and the *-app.xml
is setted as follows
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
I know how to make the top border rounded corners with follow codes:
borderStyle="solid" cornerRadius="8"
But I cannot find a method to make the bottom border of my app window rounded-corner. Suggestions would be appreciated!
Regards