VerticalAlignment
[Previous] [Main] [Next]

 
typedef enum {    // Vertical alignment options  
   valign_default = 0,  
   valign_top = align_justify + 1,  
   valign_texttop,  
   valign_middle,  
   valign_bottom,  
   valign_baseline  
} VerticalAlignment ;  
 
see also: Alignment  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.