Completed
Last Updated: 26 May 2015 08:44 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 15 May 2015 06:51
Category: Buttons
Type: Bug Report
0
FIX. RadRadioButton - pixelated look in Windows8 theme
Please look at the attached screenshot.

Workaround:
RadRadiomark radioMark = this.radRadioButton1.ButtonElement.Children[1].Children.Last() as RadRadiomark;
radioMark.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
Attached Files:
0 comments