TextAnchor public enum TextAnchor An enumeration with all possible text anchors. Documentation Code namespace AngleSharp.Dom.Css { public enum TextAnchor : byte { Start, Middle, End } }