ComponentOne TileControl for WinForms
BackColorSelector Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : BackColorSelector Enumeration
Defines which property of a Tile object should be bound to the background color of a template element.
Syntax
'Declaration
 
Public Enum BackColorSelector 
   Inherits System.Enum
public enum BackColorSelector : System.Enum 
Members
MemberDescription
BackColor1Binds to the first additional background color of a Tile.
BackColor2Binds to the second additional background color of a Tile.
BackColor3Binds to the third additional background color of a Tile.
BackColor4Binds to the fourth additional background color of a Tile.
BackColor5Binds to the fifth additional background color of a Tile.
DefaultBinds to the default background color of a Tile.
UnboundShows the background color that is defined in the template.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Tile.BackColorSelector

See Also

Reference

C1.Win.C1Tile Namespace