This is a migrated thread and some comments may be shown as answers.

bold fonts

1 Answer 62 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
ehsan
Top achievements
Rank 1
ehsan asked on 09 Sep 2009, 03:17 AM
hi
i am using RadPanelbar (2009.2 sp1)
but when i place the control on the page , all radpanel fonts are bold by default and cannot change it to normal weight.
help plz

tnx

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Sep 2009, 06:27 AM
Hi Ehsan,

I tried with the RadPanelBar and the fonts appear to be normal. I am not sure about  what is happening on your end. Can you try with the following code snippet and see whether you are able to get the desired font.

CS:
 
  foreach (RadPanelItem item in RadPanelBar1.Items) 
        { 
            item.Font.Bold = false
        } 

Regards
Princy
Tags
PanelBar
Asked by
ehsan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or