#1,022 – Render Tick Marks in a Different Color
March 5, 2014 1 Comment
By default, tick marks on a Slider are rendered in a light grey color that is a bit tough to see.
You can change the color used to display the tick marks by setting the Foreground property of the Slider.
<Slider Name="mySlider" Margin="10" Minimum="1" Maximum="10" IsSnapToTickEnabled="True" TickPlacement="BottomRight" TickFrequency="2" Foreground="Blue"/>