ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.8 Assembly / C1.Win.C1Tile Namespace / Tile Class / ImageIndex Property

In This Topic
    ImageIndex Property (Tile)
    In This Topic
    Gets or sets the index of an image in the C1TileControl.ImageList.
    Syntax
    'Declaration
     
    
    Public Property ImageIndex As Integer
    public int ImageIndex {get; set;}
    See Also