Skip to content
Javier Suárez edited this page Aug 16, 2020 · 4 revisions

Tag

Is a tagging control.

Features

  • 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.

Using the control

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"/>
Clone this wiki locally