up Inquisit Language Reference

width attribute

The width attribute specifies the width of a visual stimulus.

Member of

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

Syntax

/ width = numeric expression

Parameters

numeric expression An expression that can be converted to a number result.

Remarks

The default unit is percentage of the vertical width of the presentation window.

Examples

The following sets the width of a clock to 5% of the screen width:

<clock timer>
/ mode = timer
/ width = 5%
/ timeout = 300000
/ position = (50%, 10%)
/ format = "mm:ss"
</clock>

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