How do I control the Font Size (and the Font in general) of the Tab Name? Not the content Font.
2 Answers, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 08 Feb 2021, 05:49 AM
Hello, Craig,
You can change the font for a specific tab by specifying the Font property of the RadTabbedFormControlTab.Item:
this.radTabbedFormControlTab2.Item.Font = new Font("Arial", 12f, FontStyle.Italic);
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.