AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 PositionMode

public enum PositionMode
An enumeration with possible position modes.

The position is relative to the upper drawing context.

Fixed = 3

The position is relative to the top drawing context.

The position is relative to its determined one.

Static = 0

The position is determined by the renderer.

Sticky = 4

The position is either fixed or static depending on the viewport.