Creating a CheckMark for the Tile
In This Topic
A checkmark can be displayed it the upper right corner of the tile by setting the Checked property to True.
Design-Time
- To apply a checkmark to a specific tile, select tile2 and check the checkbox next to the Checked property.
- Right-click the C1TileControl and select Properties.
- Under the Appearance node set the CheckMarkColor property to Silver.
This topic illustrates the following:
A checkmark appears in the upper right corner of tile2.
See Also