버튼 » Api

setimagefillstyle

Description

버튼 컨트롤에 이미지 채움 형식을 설정하는 API이다.

Parameters

Parameters Type Description
nFillStyle short 이미지 채움 형식(*Remark 참조)

Return Value

Type Description
void

Remark

**nFillStyle 상수

0:기본
1:수평채움
2:수직채움
3:모두채움

Example

function btnImage_on_mouseup() { // 이미지 채움 옵션을 기본에서 수평채움으로 변경 if(btnImage.getimagefillstyle() == 0) { btnImage.setimagefillstyle(1); } }

See Also

getimagefillstyle

Viewer Ver.

9.1.1.1

Update Date

20151030