Try setting AutoSize
to false
(that makes a fixed size box). Then you can use the TextAlign
property to align the text – e.g. use MiddleRight
. That should do the trick.
Try setting AutoSize
to false
(that makes a fixed size box). Then you can use the TextAlign
property to align the text – e.g. use MiddleRight
. That should do the trick.