Flex 从切换按钮栏中删除按钮边框

发布于 2024-09-14 13:44:01 字数 53 浏览 5 评论 0原文

如何删除切换按钮栏按钮的边框,同时保持主题颜色?

我想把样式放在css文件中

how to remove the border of a togglebuttonbar button, with keeping the theme color??

i want to put the style in css file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

指尖微凉心微凉 2024-09-21 13:44:01

您应该使用以下样式:

.myButtonStyle
{
    skin: ClassReference("mx.skins.ProgrammaticSkin");
}

You should us the following style:

.myButtonStyle
{
    skin: ClassReference("mx.skins.ProgrammaticSkin");
}
流年里的时光 2024-09-21 13:44:01

您应该能够通过创建按钮皮肤来删除按钮上的边框。

拥有该皮肤后,您可以使用 ToggleButtonBar 的 buttonStyleName 样式来修改栏中按钮的样式。另请查看 firstbuttonStyleName< /a> 和 lastButtonStyleName

You should be able to remove the border on a button by creating a button skin.

Once you have that skin, you can use the ToggleButtonBar's buttonStyleName style to modify the styling of the buttons in the bar. Also check out firstbuttonStyleName and lastButtonStyleName.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文