Vertical Text?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How can i make the label Text or the Button Text appear Vertical instead of the default Horizontal?
There's no property that helps you doing that. You have to draw the text on your own. Look at the MSDN library for the Graphics.DrawString method to see an example. Greets, Dave