Slider Style - AdarshRise/HandyControl GitHub Wiki
This just replaces the standard Slider when you drop in the library, nothing fancy to activate it.
Usage
<Slider Width="400" IsSnapToTickEnabled="True" Value="8"/>
you can use TipElement Attached Property, For more information about TipElement, see here
<Slider hc:TipElement.Visibility="Visible" hc:TipElement.Placement="BottomRight" IsSnapToTickEnabled="True" Value="5" TickPlacement="Both" Orientation="Vertical"/>