슬라이더의 트랙 보더 굴림정도값을 리턴한다.
function screen_on_load() { var res = slider.gettrackradius(); screen.alert("res = " + res); }