up Inquisit Language Reference

halign attribute

The halign attribute determines the horizontal alignment of a visual stimulus on the screen relative to the position coordinates.

Member of

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

Syntax

/ halign = alignment

Parameters

alignment One of the following values:
Value Description
center Text is center aligned.
left Text is left aligned.
right Text is right aligned.

Remarks

Horizontal alignment is relative to the position coordinates of the stimulus. Stimuli are center aligned by default.

Examples

The following presents right-aligned text:

<text sometext>
/ items = ("ipsum")
/ halign = right
</text>

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