FluidBanner control is banner control created using Windows Composition. It allows for displaying multiple images in a unique interactive format. It internally uses ImageSurface to host the images.
Property
| Name |
|---|
| AlignX |
| AlignY |
| ItemBackground |
| ItemGap |
| ItemsSource |
| Padding |
| Stretch |
Example
1 | <dev:FluidBanner x:Name="Banner" |
1 | var itemCount = 10; |

Demo
you can run demo and see this feature.