ComponentOne TileControl for WinForms
ForeColorSelector Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : ForeColorSelector Enumeration
Defines which property of a Tile object should be bound to the foreground color of a template element.
Syntax
'Declaration
 
Public Enum ForeColorSelector 
   Inherits System.Enum
public enum ForeColorSelector : System.Enum 
Members
MemberDescription
DefaultBinds to the default foreground color of a Tile.
ForeColor1Binds to the first additional foreground color of a Tile.
ForeColor2Binds to the second additional foreground color of a Tile.
ForeColor3Binds to the third additional foreground color of a Tile.
ForeColor4Binds to the fourth additional foreground color of a Tile.
ForeColor5Binds to the fifth additional foreground color of a Tile.
UnboundShows the foreground color that is defined in the template.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1Tile Namespace