AngleSharp by AngleSharp

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

.NET API 964,608 bytes

 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.