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

Popular posts from this blog

java - Ebean enhancement ignores a model -

javascript - Reference error while trying to encapsulate an animation function -

SQL php on different pages to Insert (mysqli) -