ClearMode public enum ClearMode The enumeration with all possible clear modes. Documentation Code namespace AngleSharp.Dom.Css { public enum ClearMode : byte { None, Left, Right, Both } }