Completed
Last Updated: 26 Sep 2017 05:16 by ADMIN
ADMIN
Hristo
Created on: 20 Sep 2017 06:53
Category: UI Framework
Type: Bug Report
0
FIX. Theming - the controls in the Office2013 themes should have a default font set with a repository
Workaround: 
1. Explicitly set the font of the checkbox with code.
this.radCheckBox1.Font = new Font("Segoe UI", 9.0f, FontStyle.Regular);

2. Use the attached custom theme.
Attached Files:
0 comments