I want to display hatch pattern like in the below image in wpf.Is it possible to achieve this in wpf?
Asked
Active
Viewed 50 times
0

Clemens
- 123,504
- 12
- 155
- 268

S. Durgadevi
- 32
- 5
-
You can use Visual Brush in Tile mode https://stackoverflow.com/questions/1725184/how-to-set-a-png-image-as-a-tiled-background-image-for-my-wpf-form – Ramankingdom Aug 17 '17 at 04:51
-
Don't use a VisualBrush. A DrawingBrush is much simpler. – Clemens Aug 17 '17 at 05:28