Declined
Last Updated: 12 Jan 2016 12:27 by ADMIN
Xie
Created on: 10 Jan 2016 03:00
Category: Buttons
Type: Bug Report
0
office2007blacktheme
when I use office2007blacktheme, the font of radbutton doesn't work. 
Attached Files:
1 comment
ADMIN
Stefan
Posted on: 12 Jan 2016 12:27
Hi Xie Zhijie,

RadControls are built on top of Telerik Presentation Framework creating complex hierarchies of visual elements and providing property setting inheritance. So, depending on the theme used and its settings, such cases may appear. This is why, it is recommended to introduce the deisred property settings to the respective element. In your case you can set it to the ButtonElement:
            radButton1.ButtonElement.Font = new Font("Segoe UI", 22);