AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 IHtmlMarqueeElement

public interface IHtmlMarqueeElement
Used to declare properties for the marquee element.
int Loop { get; set; }

Gets or sets the loop number.

int MinimumDelay { get; }

Gets the minimum delay in ms.

int ScrollAmount { get; set; }

Gets or sets the amount of scrolling in pixels.

int ScrollDelay { get; set; }

Gets or sets the delay of scrolling in ms.