[]
Defines which property of a Tile object should be bound to the text of a template element.
public enum TextSelector
| Name | Description |
|---|---|
| Default | Binds to the default text string of a Tile. |
| Text1 | Binds to the first additional text string of a Tile. |
| Text2 | Binds to the second additional text string of a Tile. |
| Text3 | Binds to the third additional text string of a Tile. |
| Text4 | Binds to the fourth additional text string of a Tile. |
| Text5 | Binds to the fifth additional text string of a Tile. |
| Text6 | Binds to the sixth additional text string of a Tile. |
| Text7 | Binds to the seventh additional text string of a Tile. |
| Text8 | Binds to the eighth additional text string of a Tile. |
| Text9 | Binds to the ninth additional text string of a Tile. |
| Unbound | Shows the fixed text string defined in the template. |