AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 BackgroundAttachment

public enum BackgroundAttachment
An enumeration with all background attachment settings.
namespace AngleSharp.Dom.Css { public enum BackgroundAttachment : byte { Fixed, Local, Scroll } }