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: 268
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