Background Clip

The Telerik and Kendo UI Background Utilities enable you to change the background settings of an element.

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 ClassCSS Property
.k-bg-clip-textbackground-clip: text;
.k-bg-clip-borderbackground-clip: border-box;
.k-bg-clip-paddingbackground-clip: padding-box;
.k-bg-clip-contentbackground-clip: content-box;

Applying a Background Clip

Use the k-bg-clip-{clip} utilities to apply a background clip.

Feedback