AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 OverflowMode

public enum OverflowMode
An enumeration with possible overflow modes.
Auto = 0

The overflow-mode is determined by the renderer.

Hidden = 2

The content is cut to prevent overflowing.

Scroll = 3

The content can be scrolled.

Visible = 1

The content is allowed to overflow.