✅ 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
Buddy
Buddy10mo ago
Will Pittenger
Will Pittenger10mo ago
Got a shape?
Buddy
Buddy10mo ago
This library contains around 29K icons vector based shapes You can simply do this with said library.
<Button Content="{iconPacks:FontAwesome StarRegular}" />

<!-- or -->

<Button Content="{iconPacks:FontAwesome Kind=StarRegular}" />
<Button Content="{iconPacks:FontAwesome StarRegular}" />

<!-- or -->

<Button Content="{iconPacks:FontAwesome Kind=StarRegular}" />
Will Pittenger
Will Pittenger10mo ago
Well, I might bother with that if I have a lot of common icons to add. But for now, I only need one.
nohopestage
nohopestage10mo ago
You can also export any icon to xaml if you want
Will Pittenger
Will Pittenger10mo ago
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.
Want results from more Discord servers?
Add your server
More Posts