How to turn off the anti-aliasing in WPF shapes?

I draw a rectangle using:

<Rectangle Width="300" Height="100" Stroke="Blue" StrokeThickness="6"> </Rectangle>

but there is anti-aliasing applied to it. Is there a way to turn this off? I want it to be sharp and clear.

18
задан Joan Venge 7 April 2011 в 17:26
поделиться