Hello,
Default behavior of UltraProgressBar is when percent is more than 50 it writes in while color.
How can I set this property?
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;