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
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.
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.