Does anyone know how the set the color of the text/font on an epiShape that I added to a form. I figured out how to change the background color using “warningShape.Status = StatusTypes.Stop;” which makes it red. But now the black text is too hard to read, so I’d like to make it white.
I’ve tried setting it under properties, but that doesn’t work. Based on some forum searching I also tried using the following code: “warningShape.ForeColor = System.Drawing.Color.White;” but that doesn’t work either.
Does anyone have any ideas?
Thanks!