I Was using .Net framework 4.0 and have used in my application SystemInformation.FrameBorderSize.Width property it was returning 8 pixel. using this am calculating the border size in my application to support different themes.
Recently have migrated in to 4.6.1 Framework now am facing issue and after analyzing the issue realize that the SystemInformation.FrameBorderSize.Width is returning 4 pixel.
I couldn't find any document for this change and also please let me know is there any alternative is there to get same value equivalent to 4.0 framework.
Regards
Santhosh