라디오그룹 » Api
  
settextvertalign
  
Description
라디오그룹 텍스트의 수직정렬 상태를 설정하는 API이다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | nVertAlign | 
        short | 
 	수직정렬 상수 (*Remark 참조) | 
      
  
  
Return Value
  
Remark
**nVertAlign (수직정렬 속성값) 상수
	XFD_VERTALIGN_TOP = 0     // 상단정렬
	XFD_VERTALIGN_CENTER = 1  // 중앙정렬
	XFD_VERTALIGN_BOTTOM = 2  // 하단정렬
  
 
  
Example
function btnsettextvertalign_on_mouseup()
{
	// 하단 정렬
	radiogroup.settextvertalign(XFD_VERTALIGN_BOTTOM);
}
  
See Also
gettextvertalign
settexthorzalign
gettexthorzalign
  
Viewer Ver.
9.1.1.1
  
Update Date
 20210517