I have create WPF application and set style of control using style. I have found problem on some control such as Label that I have set FontSize, FontWeight, FontFamily etc. All value is working as I expect except FontSize and FontFamily that seem don't working correctly at runtime. (At design time FontSize and FontFamily is seem to change as the value I have set.)
I try to capture Style of each control at runtime and I found that value of FontSize and FontFamily is correct (same value as I have set it).
Anyone have idea or experience about this kind of problem?
Thanks, Ekkapop