Changing the arrow color in WPF Toolkit NumericUpDown control?

后端 未结 2 1977
夕颜
夕颜 2021-01-22 05:55

Is there a way with a style to target the arrows in the NumericUpDown control from the WPF Toolkit? I want to change the color of the arrows.

2条回答
  •  太阳男子
    2021-01-22 06:34

    To add Xceed.Wpf.Toolkit.Themes namespace use this xmlns:theme="clr-namespace:Xceed.Wpf.Toolkit.Themes;assembly=Xceed.Wpf.Toolkit"

提交回复
热议问题