Completed
Last Updated: 24 Jan 2013 03:44 by ADMIN
ADMIN
Anton
Created on: 24 Jan 2013 03:44
Category: UI Framework
Type: Bug Report
0
FIX.Office2007Silver/Black - You cannot apply font changes into the Header of the RadGroupBox at design time.
You cannot apply font changes into the Header of the RadGroupBox at design time. At design time you can apply changes to font of RadGroupBox, but the themes are applying their font changes to RadGroupBoxElement  and override the font changes of RadGroupBox.

Workaround:
this.radGroupBox1.GroupBoxElement.Header.TextPrimitive.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold);
0 comments