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

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

Syntax

/ vAlign = alignment

Parameters

Name Type Description
alignment valignenum
ValueDescription
bottomBottom aligned.
centerCenter aligned.
topTop aligned.

Remarks

Alignment is relative to the position coordinates of the text. The default is center.

Examples

The following presents bottom-aligned text:

<text myText>
/ items = ("ipsum")
/ vAlign = bottom
</text>

Copyright Millisecond Software, LLC. All rights reserved.