Share via


MarqueeElement.loop Property

SharePoint Designer Developer Reference

Sets or returns an Integer that represents the number of times the text in a MARQUEE element loops after it is first displayed in a browser. Corresponds to the loop attribute.

Syntax

expression.loop

expression   Required. A variable that represents a MarqueeElement object.

Remarks

The default value of the loop property is 1. Setting the loop property to -1 causes the text to loop indefinitely.

See Also