ComponentOne TileControl for WinForms
ImageSelector Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : ImageSelector Enumeration
Defines which property of a Tile object should be bound to the image of a template element.
Syntax
'Declaration
 
Public Enum ImageSelector 
   Inherits System.Enum
public enum ImageSelector : System.Enum 
Members
MemberDescription
CommonImage1Binds to the first common image in the C1TileControl object.
CommonImage2Binds to the second common image in the C1TileControl object.
CommonImage3Binds to the third common image in the C1TileControl object.
DefaultBinds to the default image of a Tile.
Image1Binds to the first additional image of a Tile.
Image2Binds to the second additional image of a Tile.
Image3Binds to the third additional image of a Tile.
Image4Binds to the fourth additional image of a Tile.
Image5Binds to the fifth additional image of a Tile.
ImageOrSymbolBinds to the default image of a Tile or to the Tile.Symbol property if the image is not specified.
NumberBinds to the "badge number" images (row index may vary from 0 to 100).
StarsBinds to the "5-stars" images (row index may vary from 0 to 10).
SymbolBinds to a symbol defined in a Tile.
UnboundShows the fixed image defined in the template or a part of that image.
UnboundSymbolShows a symbol that is specified in an ImageElement.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1Tile Namespace