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 Background Clip
Use the k-bg-clip-{clip}
utilities to apply a background clip.