Does anyone know if I can check this parameter anywhere?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can read
Graphics.DpiXto discern this.Multiply
Graphics.DpiXby 100 and divide by 96 and you will have the percentage font scaling. This is true because 100% font scaling equates to 96dpi.Be warned that if your application is not marked as DPI aware then when the user sets font scaling to 150% the
DpiXproperty will report 96. Off the top of my head I do not know whether or not standard WinForms apps are marked as DPI aware.