ImageGear .NET - Updated
HorizontalAlignment Enumeration

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : HorizontalAlignment Enumeration
Indicates the horizontal alignment of text in a text mark.
Members
MemberDescription
Center16 - 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.
Left0 - Text is left-justified. This is the same type as NotateXpress's (version 10) TextJustification.Left and ImageGear for .NET's ImGearARTAlignmentHModes.LEFT.
Right32 - Text is right-justified. This is the same type as NotateXpress's (version 10) TextJustification.Right and ImageGear for .NET's ImGearARTAlignmentHModes.RIGHT.
Remarks

This enumeration indicates the horizontal alignment of text in text marks.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.HorizontalAlignment

See Also

Reference

ImageGear.Web.UI Namespace