#1,022 – Render Tick Marks in a Different Color

By default, tick marks on a Slider are rendered in a light grey color that is a bit tough to see.

1022-001

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"/>

1022-002

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

One Response to #1,022 – Render Tick Marks in a Different Color

  1. Pingback: Dew Drop – March 5, 2014 (#1736) | Morning Dew

Leave a comment