토글버튼 » Api

setoffgradientendcolor

Description

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

Parameters

Parameters Type Description
clrEnd COLOR off상태 그라데이션 효과 종료 색상

Return Value

Type Description
void 없음

Remark

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

Example

function setoffgradientendcolor_on_mouseup(objInst) { togglebtn.setoffgradientendcolor(factory.rgb(50, 50, 50)); }

See Also

getoffgradientendcolor

Viewer Ver.

9.1.1.1

Update Date

20161216