If the TileControl.AllowSelectedItem property is set to true, end-users can select TileBar tiles by clicking them. Selected tiles display a selection border around them (see the figure below).
The
SelectionColorMode property allows you to choose what color should be used for this selection border.
- Default - the color assigned to the TileControl.SelectionColor property will be used.
- UseItemBackColor - the border will be painted with the same color as the related tile's background color.
For both scenarios you can additionally specify the selection border's width. To do so, use the SelectionBorderWidth property.