New to Telerik UI for WinUI? Download free 30-day trial

MosaicHubTile

The RadMosaicHubTile allows for displaying a collection of pictures similarly to the RadPictureRotatorHubTile, however the RadMosaicHubTile displays the images in a mosaic pattern.

Properties

The RadMosaicHubTile exposes the following properties on top of the common ones for all tiles:

  • PicturesSource (IEnumerable): Gets or sets the source that contains all the pictures. Pictures are randomly chosen from this collection when an image needs to be displayed.
  • PictureSourceProvider (IImageSourceProvider): Gets or sets the implementation that is used to provide a custom image source resolution routine.
  • FlipModeProperty (MosaicFlipMode): Determines how the cells of the mosaic tile are flipped. The cells can either flip individually or one row at a time.
  • TileStyle (Style): Gets or sets a style that is applied to each individual MosaicTile inside RadMosaicHubTile.

The PicturesSource and PictureSourceProvider can be setup in the same manner as in Examples 1-4 from the RadPictureRotatorHubTile article.

See Also

In this article
Not finding the help you need?