TdxTileControlItem.GalleryImages Property
Specifies a collection of images to be displayed inside the tile item with a mosaic effect.
Declaration
property GalleryImages: TcxImageCollection read; write;
Property Value
Type |
---|
TcxImageCollection |
Remarks
If this property is assigned an image collection, the tile item replaces its frame animation with images from the collection, and displays them with a mosaic effect similar to that found in the Windows Phone People Hub. You can have images of various dimensions displayed in mosaics. The tile control automatically scales these images maintaining their aspect ratio.
Use the tile item’s AnimationInterval property to specify the delay between displaying images.
See Also