How to add ImageCollection to HubTile for transition effects?
18 Nov 20181 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.ImageListThrough designer
The following screenshot displays the ImageListAdv property.

The following screenshot displays the ImageList property.
