네비바 » Api

gethorzalign

Description

네비바의 아이템 전체에 대한 수평 정렬 방식을 반환하는 API이다.

Return Value

Type Description
short 수평 정렬 방식

Example

function alignitem_on_mouseup(objInst) { switch(navi01.gethorzalign()) { case 0 : objInst.settext("왼쪽 정렬"); break; case 1 : objInst.settext("가운데 정렬"); break; case 2 : objInst.settext("오른쪽 정렬"); break; } }

See Also

sethorzalign

Viewer Ver.

9.1.1.1

Update Date

20200618