想要将flex 3中的NumericStepper中的上下箭头样式更改为左右箭头样式

发布于 2024-08-19 21:17:22 字数 49 浏览 3 评论 0原文

想要将flex 3中的NumericStepper中的上下箭头样式更改为左右箭头样式

Want to change up and down arrow style into left and right arrow style in NumericStepper in flex 3

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

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

发布评论

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

评论(1

万人眼中万个我 2024-08-26 21:17:22

我认为您正在寻找的样式如下:

upArrowDisabledSkin="NumericStepperUpSkin"
upArrowDownSkin="NumericStepperUpSkin"
upArrowOverSkin="NumericStepperUpSkin"
upArrowUpSkin="NumericStepperUpSkin"

取自 Adob​​e Livedocs for a NumericStepper。它们是皮肤,所以我认为您基本上会使用图像。

I think the styles you are looking for are these:

upArrowDisabledSkin="NumericStepperUpSkin"
upArrowDownSkin="NumericStepperUpSkin"
upArrowOverSkin="NumericStepperUpSkin"
upArrowUpSkin="NumericStepperUpSkin"

Taken from Adobe Livedocs for a NumericStepper. They're skins, so I think you'll essentially be using images.

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