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

In This Topic
    VerticalAlignment Enumeration
    In This Topic
    Indicates the vertical alignment of text in a text mark.
    Members
    MemberDescription
    Bottom2 - Text is bottom-justified. This is the same type as NotateXpress's (version 10) TextJustification.Right and ImageGear for .NET's ImGearARTAlignmentVModes.BOTTOM.
    Center1 - 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.
    Top0 - Text is top-justified. This is the same type as NotateXpress's (version 10) TextJustification.Left and ImageGear for .NET's ImGearARTAlignmentVModes.TOP.
    Remarks

    This enumeration indicates the vertical alignment of text in text marks. NotateXpress (version 10) does not have an equivalent for this functionality.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.VerticalAlignment

    See Also