Completed
Last Updated: 20 Jan 2015 17:56 by ADMIN
ADMIN
Stefan
Created on: 07 Jan 2015 08:27
Category:
Type: Bug Report
0
FIX. RadMenu - setting the Font of the control does not take effect when Office2010Blue theme is applied
Workaround:

 foreach (RadMenuItem item in radMenu1.Items)
            {
                item.Layout.Text.Font = new Font("Tahoma", 12, FontStyle.Bold);
            }
0 comments