Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
UltraProgressBar label text color
posted

Hello,

Default behavior of  UltraProgressBar is when percent is more than 50 it writes in while color.

How can I set this property?

  • 20872
    Offline posted

    Hello,

    If you need to change the white color of the label when the percentage is over 50, you would be able to do this by setting the following property:

                ultraProgressBar1.FillAppearance.ForeColor = Color.Green;