September 23rd, 20083 mins readQuick tip to get a striped background
If you are looking to apply a striped background to any of your
elements, you don’t need to rely on a PNG tile. Instead you can do it
all in Xaml, using a LinearGradientBrush. Suppose you want to color a large Rectangle with a 45 degree striped
background, something like: You can…