✅ Any suggestions for contents for a WPF button that look like a undo button?
I'd prefer something in pure XAML. I know of ⎌, but the arrow part of that is too small.
7 Replies
Got a shape?
This library contains around 29K icons vector based shapes
You can simply do this with said library.
Well, I might bother with that if I have a lot of common icons to add. But for now, I only need one.
You can also export any icon to xaml if you want
I ended up with this after a lot of experimentation, but it could use simplification. I don't like using the transforms. It's also rather strange the drawing objects can't specify a end marker. If they could, my arrow would always be pointed in the correct direction.