Background Clip
The Telerik and Kendo UI Background Clip Utilities are CSS classes that enable you to control the bounding box of an element's background.
Utility Class | CSS Property |
---|---|
.k-bg-clip-text | background-clip: text; |
.k-bg-clip-border | background-clip: border-box; |
.k-bg-clip-padding | background-clip: padding-box; |
.k-bg-clip-content | background-clip: content-box; |
Applying a Border Clip
Use the k-bg-clip-border
utility to apply a border clip.
Applying a Padding Clip
Use the k-bg-clip-padding
utility to apply a padding clip.
Applying a Content Clip
Use the k-bg-clip-content
utility to apply a content clip.
Applying a Text Clip
Use the k-bg-clip-text
utility to apply a text clip.