How can I disable ClearType on ALL controls and themes in this Telerik control suite?
I have ClearType disabled on my system for a reason.
Thank you.
-Brian
3 Answers, 1 is accepted
0
Georgi
Telerik team
answered on 13 Jul 2009, 11:26 AM
Hi Brian,
Currently there are some elements that receive their TextRenderingHint through a theme and thus overridding the system setting. We will try to address this issue (in Q2 2009 Service Pack 1) and our themes will not force explicit rendering hint but rather use the current System settings.
I would like to thank you for pointing this out. I have updated your Telerik points.
Ok. So, how do I programatically TURN OFF ClearType in the Theme?
I don't want ClearType used in my application.
0
Georgi
Telerik team
answered on 13 Jul 2009, 12:06 PM
Hi Brian,
You may use the Visual Style Builder to modify the current themes or create new ones. The property that controls ClearTyle is VisualElement.TextRenderingHint.
You may also specify explicit LocalValue that will override the setting that comes from the Theme. Something like:
foreach (RadElement element inthis.radButton1.RootElement.ChildrenHierarchy)