views:

1221

answers:

1

Anybody? Say I have a Window Class and I give SnapsToDevicePixels = true? what happens?

+4  A: 

It will enable pixel snapping for every element in your window as this property is inherited by child UI elements. It won't have an effect on the appearance of the window itself, though (i. e. window frame or similar).

Joey