슬라이더 » Api

setheight

Description

컨트롤의 높이(height)값을 변경하는 API이다.

Parameters

Parameters Type Description
height short 높이(height)값

Return Value

Type Description
short 높이(height)값

Remark

트랙의 height는 settrackheight API로 변경해야 한다.

Example

function btn_setheight_on_mouseup() { // 컨트롤의 height를 500px로 변경 btnTest.setheight(500); }

See Also

getheight
settrackheight

Viewer Ver.

9.1.1.1

Update Date

20190617