Indicates the horizontal alignment of text in a text mark.
            Members
| Member | Description | 
|---|
| Center | 16 - Text is centered horizontally. This value does not affect the vertical alignment of the text.
This is the same type as NotateXpress's (version 10) TextJustification.Center and ImageGear for .NET's ImGearARTAlignmentHModes.CENTER. | 
| Left | 0 - Text is left-justified.
This is the same type as NotateXpress's (version 10) TextJustification.Left and ImageGear for .NET's ImGearARTAlignmentHModes.LEFT. | 
| Right | 32 - Text is right-justified.
This is the same type as NotateXpress's (version 10) TextJustification.Right and ImageGear for .NET's ImGearARTAlignmentHModes.RIGHT. | 
Inheritance Hierarchy
Object
   ImageGear.Web.UI.HorizontalAlignment
See Also