MarqueeElement.style Property

SharePoint Designer Developer Reference

Returns an Style object that represents the inline style properties for a MARQUEE element. Corresponds to the style attribute.

Syntax

expression.style

expression   Required. A variable that represents a MarqueeElement object.

Remarks

Inline styles are style sheets for a single instance of an element and are specified in the element's opening tag. Inline styles are defined by the style attribute, and the data for the attribute is specified by the cascading style sheet langauge. Use the style property to access and set cascading style sheet properties. For more information about cascading style sheets, see the CSS Reference on MSDN.

See Also