开发者

How to rotate the form in a vertical direction in c#

开发者 https://www.devze.com 2022-12-13 09:43 出处:网络
I have a form that contains different controls like MediaControl and Panel. I want to rotate my form in a vertica开发者_开发百科l direction.

I have a form that contains different controls like MediaControl and Panel. I want to rotate my form in a vertica开发者_开发百科l direction.

Any ideas please help me.


If you want to draw vertical text on a form, here's how:

http://msdn.microsoft.com/en-us/library/k7282y7x%28VS.80%29.aspx

However, it sounds more like you want to rotate the entire form or controls. Here's a similar question:

Windows form rotation

Basically this turns out to be very complicated. You may have to make everything owner-drawn.

If it's possible to do this in WPF, it might be easier.

0

精彩评论

暂无评论...
验证码 换一张
取 消