TextGraphics.VerticalAlignment Property
Parent Object: TextGraphicsDescription
Read-write property that allows you to specify the vertical justification of the text with respect to the coordinate point for the text.
Syntax
TextGraphics.VerticalAlignment() As VerticalTextAlignmentEnumProperty Value
This is a read/write property whose value is a VerticalTextAlignmentEnum.Samples
Name | Description |
Text Using Client Graphics (Simple) | This sample demonstrates creating text using client graphics. It illustrates the simple case where the text is one font and is one line. |
Text Using Client Graphics (Multiple fonts and lines) | This sample demonstrates creating text using client graphics. It illustrates the more complex case of changes in font and more than one line. |