This is a migrated thread and some comments may be shown as answers.

Changing background/unfilled bar color

2 Answers 576 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Marija
Top achievements
Rank 1
Marija asked on 23 Oct 2020, 08:28 AM

Hello,

The gray background of the progress bar seems to be theme specific, is it possible to change it to white/transparent without a custom theme?

 

Attaching a screen shot to indicate the background fill in question.

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 23 Oct 2020, 12:40 PM

Hello Marija,

You can change the background color of RadProgressBar regardless of the theme that you use by setting a different color to the BackColor property of the control.

this.radProgressBar1.BackColor = Color.Transparent;

 

Doing so will achieve the result that you can see in the attached .gif file. 

I hope you find this information useful.

Regards,
Dimitar
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Marija
Top achievements
Rank 1
answered on 23 Oct 2020, 01:06 PM
Thank you, i somehow missed it...
Tags
ProgressBar
Asked by
Marija
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Marija
Top achievements
Rank 1
Share this question
or