Infragistics: WinForms 2010.3 - Is there a way to set the design time font so controls appear in Visual Studio with the font used by AppStylist? I recently changed the AppStylist default font and now I must alternate between design and runtime to ensure text fits.
Thanks, Stan
There is no default font in AppStylist. The default is for AppStylist not to change anything that you don't explicitly tell it to change.
I beleive the default font in Visual Studio is MS Sans Serif - at least on an English version of Windows. I don't know if it varies by operating system or culture.
What is the default font the AppStylist uses? If I use default font and default font-size.
What font and size does the AppStylist use?
Thank you, Mike. That works.
Hi Stan,
Unless you set the Font or Appearance properties on a control, controls will pick up the Font of the form. So one way for you to do what you want is to set the Font property of each Form in your application to the same font you are using in AppStylist.