Flex4 TabBar 换肤
我试图给 TabBar 和 NavigatorContent 换肤。
请参阅图片以了解说明 - 所有选项卡及其边框都是透明的(alpha 0.6)。
如何从选定的 buttonTab 下的 NavigatorContent 中删除顶部边框?
I have trying to skin TabBar and NavigatorContent.
Please see image for explanation - All tabs are transparent (alpha 0.6) and also their borders.
How can I remove top border from NavigatorContent under selected buttonTab ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它必须如何:
尝试使用 BlendMode.ERASE:
应用程序代码:
skins.TabBorder:
skins.TabBarButtunSkin :
也许有更简单的方法?
How its must be:
Trying to use BlendMode.ERASE:
Application code:
skins.TabBorder:
skins.TabBarButtunSkin:
Perhaps there is an easier way?
<... borderSides=”left Bottom right” borderStyle=”solid” borderThickness=”1″ ...>
您也可以编写自己的皮肤
或扩展组件本身
<... borderSides=”left bottom right” borderStyle=”solid” borderThickness=”1″ ...>
also you can write your own skin
or extend the component itself