How to make the Rounded corners of the client app in WindowedApplication?
Posted
by SpawnCxy
on Stack Overflow
See other posts from Stack Overflow
or by SpawnCxy
Published on 2010-04-02T12:41:36Z
Indexed on
2010/04/02
20:43 UTC
Read the original article
Hit count: 380
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
© Stack Overflow or respective owner