I’m wondering if there is any impact on performance when I will set UseLayoutRounding = true for almost all controls in my LOB application.
Especially texts looks bad if there is no layout rounding.
I’m working on Silverlight 3.0 but soon I’ll migrate to 4.0.
As far as I’m aware and in my limited experience,
UseLayoutRoundinghas no performance consequences whatsoever. Changing the value frequently, however, might be slow.