토글버튼 » Api

setborderradius

Description

토글버튼의 보더 굴림값을 설정하는 API이다.

Parameters

Parameters Type Description
nBorderRadius short 보더 굴림값

Return Value

Type Description
void 없음

Remark

* 토글버튼의 border_radius 속성값과 동일하다.

Example

function setborderradius_on_mouseup(objInst) { togglebtn.setborderradius(15); }

See Also

getborderradius

Viewer Ver.

9.1.1.1

Update Date

20161216