Back to Devexpress

TdxTileControlItem.GalleryImages Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolitem-ca3494cf.md

latest1.4 KB
Original Source

TdxTileControlItem.GalleryImages Property

Specifies a collection of images to be displayed inside the tile item with a mosaic effect.

Declaration

delphi
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

TdxTileControlController.StartItemContentAnimation

TdxTileControlController.StopItemContentAnimation

TdxTileControlItem Class

TdxTileControlItem Members

dxCustomTileControl Unit