I've tried to name Button
like that:
<Button Content="<-Delete" />
But I've seen the error:
The token " - Delete" is unexpected
How to include <
sign in the Content
property of Button
?
Content controls are individual controls that you can add and customize for use in templates, forms, and documents. For example, many online forms are designed with a drop-down list control that provides a restricted set of choices for the user of the form.
On the Developer tab, in the Controls group, click Design Mode. Click the content control where you want to revise the placeholder instructional text. Edit the placeholder text and format it any way you want.
Use :
<Button Content="<-Delete" />
Reference for Use Special Characters in XAML
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