C# forms label custom control origin change.

Posted by AC on Stack Overflow See other posts from Stack Overflow or by AC
Published on 2010-04-13T17:27:57Z Indexed on 2010/04/13 17:33 UTC
Read the original article Hit count: 255

Filed under:
|
|

I have a custom control derived from a label. I need to change the native control's location origin from upper left to lower left.

Is there a method or property to do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms