How do I get this type of arrow in button as shown in this image link.
I need to get this type of arrow for UP, DOWN, LEFT and RIGHT.
Use a button with no text and set the image property to an image of an arrow.
You can use this image (just rotate it to any direction you need)
The result looks like this:
You can also do that using UTF32 characters values :
Button1.Text = char.ConvertFromUtf32(0x2193);
Button2.Text = char.ConvertFromUtf32(0x2191);
Gives :
You cal use bold in the font if you want.
Have a look to U+2190 in List of Unicode characters
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With