Completed
Last Updated: 21 Aug 2020 16:14 by ADMIN
Release R3 2020
BERND
Created on: 07 Jun 2019 11:30
Category: UI for WinForms
Type: Bug Report
1
RadCheckBox: the font is not set when using the fluent theme

To reproduce: 

radCheckBox1.Font = new Font("Segoe UI", 20, FontStyle.Regular);

radCheckBox2.ThemeName = "Fluent";
radCheckBox2.Font = new Font("Segoe UI", 20, FontStyle.Regular);

Workaround:

radCheckBox2.ButtonElement.Font = new Font("Segoe UI", 20, FontStyle.Regular);

           

0 comments