up Inquisit Language Reference

valign attribute

The valign attribute determines the vertical alignment of text on the screen relative to the position coordinates.

Member of

<button> <clock> <defaults> <picture> <shape> <text> <video>

Syntax

/ valign = alignment

Parameters

alignment One of the following values:
Value Description
top Text is aligned to the top.
bottom Text is aligned to the bottom.
center Text is center aligned.

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.