AngleSharp by Florian Rappl

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

.NET API 681,472 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 void Start()

Starts the marquee loop.

public void Stop()

Stops the marquee loop.