Why default font size of WPF Run object is 12 (on my machine). How can I change it? How can I set to "same as parent"?
Run r0 = new Run("hi");
// now r0.fontsize is 12
Why default font size of WPF Run object is 12 (on my machine). How can I change it? How can I set to "same as parent"?
Run r0 = new Run("hi");
// now r0.fontsize is 12
Copyright © 2021 Jogjafile Inc.
ro.FontSize=(ro.Parent as Textblock).FontSize;