AngleSharp by Florian Rappl

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

.NET API 402,432 bytes

 HTMLMarqueeElement

public sealed class HTMLMarqueeElement : HTMLElement
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 void Start()

Starts the marquee loop.

public void Stop()

Stops the marquee loop.