How to add ImageCollection to HubTile for transition effects?
3 Sep 20201 minute to read
You can achieve this requirement using HubTile ImageList and ImageListAdv properties.
This is configured either through code or form designer.
Through code
this.HubTile1.ImageListAdv = this.ImageListAdv;
this.HubTile1.ImageList = this.ImageList;
Me.HubTile1.ImageListAdv = Me.ImageListAdv
Me.HubTile1.ImageList = Me.ImageList
Through designer
The following screenshot displays the ImageListAdv property.
The following screenshot displays the ImageList property.