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