xaml - How to get decimal value from Slider? -
want able value of 25.4, example.
<slider x:name="slider" maximum="100.0" minimum="0.0" value="25.0" tickfrequency="2.0" tickplacement="inline"> </slider>
looks needed add stepfrequency:
stepfrequency="0.1"
Comments
Post a Comment