컨트롤의 윗쪽(y) 위치값을 지정는 API이다.
* 컨트롤 속성의 y 값과 같다.
function btn_settop_on_mouseup() { btnTest.settop(20); }