如何在 WindowedApplication 中制作客户端应用程序的圆角?
在我的应用程序中,showFlexChrome
在WindowedApplication
中设置为true,并且*-app.xml
设置如下
<systemChrome>none</systemChrome>
<transparent>true</transparent>
<visible>true</visible>
我知道如何制作顶部边框圆角,代码如下:
borderStyle="solid" cornerRadius="8"
但我找不到一种方法来使我的应用程序窗口的底部边框圆角。如有建议,将不胜感激!
问候
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用了一张带有圆角的图片作为背景图像。当然chrome设置为none,透明设置为true。
I've used a picture with rounded corners as a background image. Of course chrome was set to none and transparent to true.