The valign attribute determines the vertical alignment of text on the screen relative to the position coordinates.
Applies to
<text> <picture> <video> <shape> <defaults>
Syntax
/ valign = alignmentParameters
| alignment | One of the following values:
|
Remarks
Alignment is relative to the position coordinates of the text. The default is center.
Examples
The following presents bottom-aligned text:
<text sometext>
/ items = ("ipsum")
/ valign = bottom
</text>