In run-time how to rotate a "Radlabel" in 90°, 180°, 270° angle in c# code?
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 03 Jul 2020, 03:06 PM
Hello, Tamil,
In order to rotate the RadLabel at run time, you can use LabelElemet.AngleTransform property:
this.radLabel1.LabelElement.AngleTransform = 90;
I noticed that you have posted the same question in another thread. We kindly ask you to use just one thread for a specific problem to contact us. Posting the same questions numerous times slows down our response time because we will need to review and address two or more tickets instead of one. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread.
Thank you for your understanding.
Regards,
Nadya
Progress Telerik
Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic. Our thoughts here at Progress are with those affected by the outbreak.