i need to draw something like the image below using WPF…
i need this in xaml code and in c# in code behind.

I’m just asking for some tips on how to achieve this picture. I’ve been trying without any success, so I was asking for some hint or help, I do not pretend that I solved the problem myself.
Thanks for any help.
If you want to draw in XAML use a path. This draws a little Rotate right image with XAML. The nice thing is its all vector based.
You can draw other types of objects with the drawing commands.
Look at them here.