ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : HorizontalAlignment Enumeration |
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. |
This enumeration indicates the horizontal alignment of text in text marks.
Object
ImageGear.Web.UI.HorizontalAlignment