ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / HorizontalAlignment Enumeration

In This Topic
    HorizontalAlignment Enumeration
    In This Topic
    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