Rotate a Label??

Mick Dugan

Freshman
Joined
Jun 15, 2003
Messages
45
Hi All,

I'd like to be able to rotate a group of labels at about a 45 degree angle. Could someone here give me a dumbed down explanation on how this might be accomplished?

Thanx
 
WinForms (and Windows, at least up to Xp, for that matter) does not support rotation of controls. You will probably have to handle the drawing of the text yourself. Perhaps you should read a tutorial on GDI+ and the Graphics object.
 
Back
Top