Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

direction attribute | direction property

Sets or retrieves the direction in which the text should scroll.

Syntax

HTML<element direction="p" ... >
JavaScript

p = object.direction

 

Property values

Type: String

left

Default. Marquee scrolls left.

right

Marquee scrolls right.

down

Marquee scrolls down.

up

Marquee scrolls up.

See also

marquee

 

 

Show:
© 2017 Microsoft