

Specifies the vertical alignment of the component’s contents.
Declaration
TcxEditAlignmentObj.Vert
| Read-Write Property | 
String | 
 
 
Description
Use the TcxEditAlignment.Vert property to get or set the vertical alignment of the user form component’s contents.
Property Value
One of the following string values:
“taTopJustify” | 
The contents is aligned to the top edge. | 
“taBottomJustify” | 
The contents is aligned to the bottom edge. | 
“taVCenter” | 
The contents is centered vertically. | 
 
 
See Also
TcxEditAlignment.Horz