-
Notifications
You must be signed in to change notification settings - Fork 47
Tag
Javier Suárez edited this page Aug 16, 2020
·
4 revisions
Is a tagging control.
- Customize the background color, border color, text color, text, etc.
- Easy to customize the selected item.
- Enable/Disable the selection.
- Can show or not the close button.
- Several events to detect the selected item, tap in the close button.
- ControlTemplate support.
To start using the control, simply set the content using the Text property.
<controls:Tag
Text="Lorem ipsum"
TextColor="White"
BackgroundColor="CadetBlue"
BorderColor="DarkBlue"
ShowCloseButton="False"/>