ImageGear .NET - Updated
VerticalAlignment Enumeration

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : VerticalAlignment Enumeration
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

Reference

ImageGear.Web.UI Namespace