New to Kendo UI for Angular? Start a free 30-day trial

Customizing Progressbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber5px5px
Description
The height of the ProgressBar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
The horizontal width of the ProgressBar.
$kendo-progressbar-animation-timingNullnullnull
Description
The animation timing of the ProgressBar.
$kendo-progressbar-border-widthNumber0px0px
Description
The width of the border around the ProgressBar.
$kendo-progressbar-font-familyList$kendo-font-familyRoboto, "Helvetica Neue", sans-serif
Description
The font family of the ProgressBar.
$kendo-progressbar-font-sizeNumber$kendo-font-size-sm12px
Description
The font size of the ProgressBar.
$kendo-progressbar-line-heightNumber11
Description
The line height of the ProgressBar.
$kendo-progressbar-bgColorif($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 ))#bac0e4
Description
The background color of the ProgressBar.
$kendo-progressbar-textColor$kendo-component-textrgba(0, 0, 0, 0.87)
Description
The text color of the ProgressBar.
$kendo-progressbar-borderNullnullnull
Description
The border color of the ProgressBar.
$kendo-progressbar-gradientNullnullnull
Description
The background gradient of the ProgressBar.
$kendo-progressbar-value-bgColor$kendo-color-primary#3f51b5
Description
The progress background color of the ProgressBar.
$kendo-progressbar-value-textColor$kendo-color-primary-contrastwhite
Description
The progress text color of the ProgressBar.
$kendo-progressbar-value-borderNullnullnull
Description
The progress border color of the ProgressBar.
$kendo-progressbar-value-gradientNullnullnull
Description
The progress background gradient of the ProgressBar.
$kendo-progressbar-indeterminate-bgColor$kendo-progressbar-bg#bac0e4
Description
The background color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-textColor$kendo-progressbar-textrgba(0, 0, 0, 0.87)
Description
The text color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-borderNull$kendo-progressbar-bordernull
Description
The border color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-gradientNullnullnull
Description
The background gradient of the indeterminate ProgressBar.
$kendo-progressbar-chunk-borderColor$kendo-component-bg#ffffff
Description
The border color of the chunk ProgressBar.
$kendo-circular-progressbar-arc-strokeColor$kendo-color-primary#3f51b5
Description
The arc stroke color of the circular ProgressBar.
$kendo-circular-progressbar-scale-strokeColor$kendo-progressbar-bg#bac0e4
Description
The scale stroke background color of the circular ProgressBar.

In this article

Not finding the help you need?