Hello Dasash,
Thanks for writing.
RadLabels take their
ForeColor value from the
ForeColor property of the parent control. Commonly, this is your Form where the
ForeColor is
ControlText hence the actual color depends on the theme of your Windows.
You can two options in this case:
- Set the ForeColor of the form to an appropriate value that matches the style of your application. Such a value could be Black or White.
- Edit the Office2007Black/Windows7 theme using our Visual Style Builder tool. You can follow these steps in order to open, edit and save our predefined themes. When you set the ForeColor of the RadLabelElement or its TextPrimitive to a value of the Color enumeration, the color of your RadLabels will no longer depend on the color of the form.
I hope you find this information useful. If you have additional questions, feel free to contact me.
Regards,
Ivan Petrov
the Telerik team