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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -