토글버튼 » Api

setoffgradientstartcolor

Description

토글버튼 off상태 그라데이션 효과를 입힐 때 시작색상을 설정하는 API이다.

Parameters

Parameters Type Description
clrStart COLOR off상태 그라데이션 효과 시작 색상

Return Value

Type Description
void 없음

Remark

** 토글버튼의 off_gradient_startcolor 속성에서 설정한 것과 동일한 기능을 한다.

Example

function setoffgradientstartcolor_on_mouseup(objInst) { togglebtn.setoffgradientstartcolor(factory.rgb(50, 50, 50)); }

See Also

getoffgradientstartcolor

Viewer Ver.

9.1.1.1

Update Date

20161216