I am trying to create one rectangle filled with Horizontal or Vertical lines. The width of the rectangle is dynamic so I can not use an image brush. Please let me know if anybody knows any solution.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I figured out a straight-forward way of doing this; finally, I used following visual brush resources to fill rectangle with horizontal, vertical or dotted vertical lines respectively
|
|||
|
|
|
You can easily do this with a LinearGradientBrush:
You control line thickness and orientation with the EndPoint property. |
|||
|
|
|
Have you tried using a TileBrush? |
|||||
|
|
|
|||
|
