WP7 - 更改 DatePicker 的颜色旋转器(Telerik 控件)
我正在尝试更改旋转器的颜色,以选择日期,月份和年的日期和年。我知道如何将图标V和X放置在此布局中,但是我不知道如何更改旋转器的颜色,也许很高兴知道如何也可以更改此布局的标题和背景颜色。
我正在使用C#工作。
这里有一张元素的图片:
I am trying to change the color of the spinners for select the day, month and year of the DatePickerobject. I know how I can put the icons V and X in this layout but I don't know how I can change the color of the spinners and maybe will be nice to know how I can change the title and background color of this layout too.
I am working using C#.
Here there is a picture of the element:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要做的是覆盖 LooingSelector 和 LoopingSelectorItem。
What you want to do is to override the XAML template for the LooingSelector and the LoopingSelectorItem.