[]
Defines which property of a Tile object should be bound to the image of a template element.
public enum ImageSelector
| Name | Description |
|---|---|
| CommonImage1 | Binds to the first common image in the C1TileControl object. |
| CommonImage2 | Binds to the second common image in the C1TileControl object. |
| CommonImage3 | Binds to the third common image in the C1TileControl object. |
| Default | Binds to the default image of a Tile. |
| Image1 | Binds to the first additional image of a Tile. |
| Image2 | Binds to the second additional image of a Tile. |
| Image3 | Binds to the third additional image of a Tile. |
| Image4 | Binds to the fourth additional image of a Tile. |
| Image5 | Binds to the fifth additional image of a Tile. |
| ImageOrSymbol | Binds to the default image of a Tile or to the Symbol property if the image is not specified. |
| Number | Binds to the "badge number" images (row index may vary from 0 to 100). |
| Stars | Binds to the "5-stars" images (row index may vary from 0 to 10). |
| Symbol | Binds to a symbol defined in a Tile. |
| Unbound | Shows the fixed image defined in the template or a part of that image. |
| UnboundSymbol | Shows a symbol that is specified in an ImageElement. |