2

Is there any way I can force WPF rendering tiers mentioned here? http://msdn.microsoft.com/en-us/library/ms742196.aspx

For example I am on tier 2, but I want to simulate the application in tier 1 or 0 scenario.

treehouse
  • 2,521
  • 1
  • 21
  • 39

2 Answers2

1

You can do this by modifying the registry on your system.

In general, you'll want to turn on the reference rasterizer or disable hardware acceleration.

For details, see MSDN's page for Graphics Rendering Registry Settings.

Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373
0

You could force tier-0 by just turning on window transparency.

Armentage
  • 12,065
  • 8
  • 33
  • 33