Skip to content Skip to sidebar Skip to footer

How Do I Display "android Backspace" - ⌫ In Label

I have a Xamarin application with a Label which is Bound like so:

Solution 1:

You'll need to change your label's font to a font which contains backspace as glyphicon.

You'll need two things:

This Xamarin link will provide more infomation on working with Fonts

Post a Comment for "How Do I Display "android Backspace" - ⌫ In Label"