AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 BackgroundAttachment

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