Hello Erwin,
Thank you for the question.
You could access ImageElement and TextElement through the
ButtonElement property. Please, review the code block below as example:
this.radButton5.ButtonElement.ImagePrimitive.Margin = new Padding(5, 0, 0, 0); |
this.radButton5.ButtonElement.TextElement.Alignment = ContentAlignment.TopCenter; |
Please, keep in mind that there are a lot of properties and combination that could change the look and feel of your RadButton. To be more specific I need more details on what exactly you want to achieve.
If you find any difficulties with the settings, do not hesitate to contact me again.
Regards,
Martin Vasilev
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.