VerticalAlignment property

Sets or returns the Vertical alignment for the text. It is set or returned using the VerticalAlignment constants shown below.

Syntax

integerVariable = object.VerticalAlignment

object.VerticalAlignment = <integer>

Where:

     integerVariable is a variable (or the constant itself) representing the vertical alignment value.

     object is the entity object for which you set or return the color.

Horizontal Alignment Constant Index Value

vicVerticalAlignmentBaseline

0

vicVerticalAlignmentBottom

1

vicVerticalAlignmentMiddle

2

vicVerticalAlignmentTop

3