I don't know how can I draw an arrow with XAML. I haven't any code at the moment.
Someone can help me to make this draw with XAML code ?
Thank you for your help.
I don't know how can I draw an arrow with XAML. I haven't any code at the moment.
Someone can help me to make this draw with XAML code ?
Thank you for your help.
I just draw one through setting point by hand and adjust the point by eyes:
You can adjust width/height, Basically
p1,p2,p3,p4
andp6,p7,p8,p9
are symmetric, andData
can omit description and comma like this:The result:
Besides here's a way to Rotate the arrow, example below rotate another right arrow 180 degree, becoming a left arrow:
You can use
TextBlock
(http://xahlee.info/comp/unicode_arrows.html)Or
Path
(https://msdn.microsoft.com/en-us/library/system.windows.shapes.path%28v=vs.110%29.aspx)