Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
How to Set Design Time Default Font per AppStylist
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children