Hello Renato Lopes,
You can set any
Point for a location, so you can set the value you like.
For example you can use the following points -
{ new Point(10, 5), new Point(5,5), new Point(15, 15) }.
this.radButton1.ButtonElement.TextElement.Location = new Point(0, 20);
Is there any particular reason for you to change the
AutoSize property to
false? I would suggest you use the location property to move the text where you want.
I hope this helps.
Please write me back if you have more questions.
Sincerely yours,
Boyko Markov
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.