We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

how can i change this font in tab in the docking manager

Dear support,

I tried all the font properties in docking manager. But the font in the tab control of docking manager does not change. I try to disable theme and still no success.
I would like to make the font larger to make it look nicer.

cannot enlarge the text

1 Reply

UN Unknown Syncfusion Team December 6, 2019 09:45 AM UTC

Hi Alex, 
 
Thanks for contacting Syncfusion support. 
 
We have analyzed your query regarding “To make the font of tab item In document container look larger”. You can change the font size and font family of the tab control using the ActiveTabFont and TabFont property, as shown in following code.  
C#: 
dockingManager1.DocumentWindowSettings.ActiveTabFont = new Font("Arial",14);     
     dockingManager1.DocumentWindowSettings.TabFont = new Font("Arial", 10); 
 
 
Please refer following sample representing the same 
 
ScreenShot:   
 
Regards, 
Niranjan Kumar 


Loader.
Up arrow icon