Epilables

I may not have searched for the right thing, but I am trying to change the color of the text of one of my lebeles in my customization and not having any luck.

I have tried setting the forecoler in automation properties and also by code and neither are working

my code:
this.epiLabelC3.Appearance.ForeColor = Color.Blue;

There’s another property (a Boolean I believe) that needs to be changed too. Forget the exact name. Has to do with default style or something

Yup, Its the UseAppStyling property. I set that to false and walah.

1 Like