Adding a Symbol to a Tile
In This Topic
To add a symbol to a tile, complete the following:
- Right-click on the C1TileControl and select Edit Templates. The C1TileControl.Templates Collection Editor appears.
- Click Add to add a template.
- Click on the ellipsis button next to the Elements Collection property. The Template.Elements Collection Editor appears.
- Select ImageElement from the Add dropdown listbox.
- Select Library from the Symbol dropdown listbox.
- Select Symbol from the dropdown listbox of the ImageSelector property. This binds the value of the Symbol property to the specified Tile.
- Click OK to save and close the Template.Elements Collection Editor.
- Right-click the C1TileControl and select Edit Groups.
- Click on the ellipsis button next to Tiles. The Group.Tiles Collection Editor appears.
- Select the first Tile from the members list.
- Set the Symbol property to Home and Template property to template1.
This topic illustrates the following:
The Home symbol is applied to the first Tile.