Indicates the vertical alignment of text in a text mark.
            Members
| Member | Description | 
|---|
| Bottom | 2 - Text is bottom-justified.
This is the same type as NotateXpress's (version 10) TextJustification.Right and ImageGear for .NET's ImGearARTAlignmentVModes.BOTTOM. | 
| Center | 1 - Text is centered vertically. This value does not affect the horizontal alignment of the text.
This is the same type as NotateXpress's (version 10) TextJustification.Center and ImageGear for .NET's ImGearARTAlignmentVModes.CENTER. | 
| Top | 0 - Text is top-justified.
This is the same type as NotateXpress's (version 10) TextJustification.Left and ImageGear for .NET's ImGearARTAlignmentVModes.TOP. | 
Inheritance Hierarchy
Object
   ImageGear.Web.UI.VerticalAlignment
See Also