AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.4" />

.NET API 888,832 bytes

 HtmlMarqueeElement

Represents the HTML marquee element.
public int Loop { get; set; }

Gets or sets the loop number.

public int MinimumDelay { get; }

Gets the minimum delay in ms.

public int ScrollAmount { get; set; }

Gets or sets the amount of scrolling in pixels.

public int ScrollDelay { get; set; }

Gets or sets the delay of scrolling in ms.

public HtmlMarqueeElement(Document owner, string prefix = null)

public void Start()

Starts the marquee loop.

public void Stop()

Stops the marquee loop.