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"/>
但我希望它看起来像
有人可以帮助我吗?