AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 BackgroundAttachment

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