如何更改"信息"通过WPF滑块?

时间:2016-04-12 08:48:45

标签: wpf slider

Wpf中的我的滑块看起来像:

<Slider Margin="462,10,10,0" x:Name="SliderAllMethodsCountToGetData" 
        AutoToolTipPlacement="TopLeft" 
        Height="28" VerticalAlignment="Top" Maximum="25" 
        SmallChange="1" IsMoveToPointEnabled="True" 
        ToolTip="Seconds" AllowDrop="True" Interval="1" 
        SelectionStart="1" SelectionEnd="10" 
        IsSnapToTickEnabled="True" TickFrequency="1"/>

enter image description here

但我希望它看起来像

enter image description here

有人可以帮助我吗?

0 个答案:

没有答案