토글버튼 off상태 그라데이션 효과의 시작 색상을 반환하는 API이다.
* 토글버튼의 off_gradient_startcolor 속성값과 동일하다.
function getoffgradientstartcolor_on_mouseup(objInst) { screen.alert(togglebtn.getoffgradientstartcolor()); }