Text Decoration
The Telerik and Kendo UI Text Decoration Utilities are CSS utility classes that enable you to control the decorative lines added to the text.
Utility Class | CSS Property |
---|---|
.k-text-underline | text-decoration: underline; |
.k-text-overline | text-decoration: overline; |
.k-text-line-through | text-decoration: line-through; |
.k-text-no-underline | text-decoration: none-decoration; |
Decorative Lines
Use the k-text-{decoration}
utility to decorate the text.