ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : VerticalAlignment Enumeration |
Member | Description |
---|---|
Bottom | 2 - Text is bottom-justified. This is the same type as NotateXpress's (version 10) TextJustification.Right and ImageGear for .NET's ImGearARTAlignmentVModes.BOTTOM. |
Center | 1 - 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. |
Top | 0 - Text is top-justified. This is the same type as NotateXpress's (version 10) TextJustification.Left and ImageGear for .NET's ImGearARTAlignmentVModes.TOP. |
This enumeration indicates the vertical alignment of text in text marks. NotateXpress (version 10) does not have an equivalent for this functionality.
Object
ImageGear.Web.UI.VerticalAlignment