Fixed font size in ViewBox WPF
I'm programming an application in WPF(c#). I use ViewBox to make
independent app to user screen size. When I resize a window (that I use
ViewBox in it), the font of all of child controls (such as button) will
increase. Is there any way to avoid this problem while size of controls
can change?
Is there any way to define a method (function) for increasing or
decreasing size font? for example for each 10pixel we change 1 level the
font size?
No comments:
Post a Comment