Version

exactKeyboardChange Property

Returns client-only property for how much of a change is caused when exact precision is used. Default is approximately 1 pixel (1 / critical length).
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_exactKeyboardChange() : Number
function set_exactKeyboardChange(value : Number)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebRating.get_exactKeyboardChange();
See Also