C# Richtextbox - Get text size after changing it by scrolling and holding ctrl -


i have richtextbox. when i'm holding control , spin scroll wheel, text size changing. how text size after changing ctrl + scroll? richtextbox1.font.size 8.25.

google did not help.

what you're looking zoomfactor of richtextbox:

gets or sets current zoom level of richtextbox.

that's why don't see font size change.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -