Background Position

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

Background Position

The Telerik and Kendo UI Background Position Utilities are CSS classes that enable you to control the bounding box of an element's background.

Utility ClassCSS Property
.k-bg-bottom-rightbackground-position: bottom right;
.k-bg-centerbackground-position: center;
.k-bg-topbackground-position: top;
.k-bg-rightbackground-position: right;
.k-bg-bottombackground-position: bottom;
.k-bg-leftbackground-position: left;
.k-bg-top-leftbackground-position: top left;
.k-bg-top-rightbackground-position: top right;
.k-bg-bottom-leftbackground-position: bottom left;

Applying a Background Position

Use the k-bg-{position} utility to apply a border size.

Feedback