Tagged Questions

5
votes
3answers
9k views

How to draw an arrow in Silverlight

I need to draw an arrow between controls in a canvas. Currently I'm using the Line object but it doesn't have a way to draw a triangle at the end of the line. This is roughly what I need: [TextBox] ...