Share via


MarqueeElement.direction Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the direction in which text scrolls in a marquee. Corresponds to the direction attribute of a MARQUEE element.

Syntax

expression.direction

expression   Required. A variable that represents a MarqueeElement object.

Remarks

The String for the direction property can be one of the following values:

Value Description
left Marquee scrolls left. Default value.
right Marquee scrolls right.
down Marquee scrolls down.
up Marquee scrolls up.

See Also