라디오그룹 » Api

getlineheight

Description

컨트롤의 줄높이(line-height)값을 반환하는 API이다.

Return Value

Type Description
short 줄높이(line height)값(px 단위)

Example

function btngetlineheight_on_mouseup(objInst) { screen.alert("line height: "+ radiogroup.getlineheight()); }

See Also

setlineheight

Viewer Ver.

9.1.1.1

Update Date

20210514