ICssTextDecorationLineProperty public interface ICssTextDecorationLineProperty : ICssProperty Represents the CSS text-decoration-line property. Documentation Code IEnumerable<TextDecorationLine> Line { get; } Gets the enumeration over all selected styles for text decoration lines.