Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getValueAsPercent Method
Gets main or secondary value as percent.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getValueAsPercent(
: Number
) : Number; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebSlider.getValueAsPercent(Number); |
Parameters
- id
- The id of thumb or track. Value 0 means main thumb, 1 means secondary thumb.
Return Value
Number in range from 0 to 100.
See Also