|
VS2005 - C# - Winforms
In my Borland days I could easily make a dropshadow by stacking two labels. I'd set the top (lighter colored text) label to transparent, then the bottom label with black text could be moved to just outline the top text making a dropshadow.
Is there a way to do this (without making a bitmap in a graphics program)?
BTW, I need this because I have a color-coded legend and there is no one background color that lets me read all the colored text.
Thanks,
Dennis
|