슬라이더 » Api

settrackwidth

Description

슬라이더 트랙의 넓이값(track_width)을 변경하는 API이다.

Parameters

Parameters Type Description
width short 트랙의 넓이값(track_width)

Return Value

Type Description
void

Example

function settrackwidth_on_mouseup(objInst) { slider.settrackwidth(100); }

See Also

settrackheight

Viewer Ver.

9.1.1.1

Update Date

20240905