캡션의 수직정렬 상태를 설정하는 API이다.
**nVertAlign 상수 0 : 상단정렬 1 : 중앙정렬 2 : 하단정렬
function btnSetvertalign_on_mouseup() { capTest.setvertalign(1); }