Floating public enum Floating All possible values for taking an element out of its normal flow. Documentation Code namespace AngleSharp.Dom.Css { public enum Floating : byte { None, Left, Right } }