Anybody? Say I have a Window Class and I give SnapsToDevicePixels = true? what happens?
If so,your will enable pixel snap rendering throughout the UI.For devices operation at greater than 96 dot per inch (dpi),pixel snap rendering can minimize anti-aliasing visual artifacts in the vicinity of single-unit solid lines.And all child elements of that subtree will then report SnapToDevicePixes as true and will have the SnapToDevicePixes visual effect.