AngleSharp by AngleSharp

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

.NET API 1,218,560 bytes

 BackgroundAttachment

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