ComponentOne Imaging for UWP
Image for UWP Features
Imaging for UWP > Image > Image for UWP Features

The following are some of the main features of Image for UWP that you may find useful:

Image enables you to add animated GIF files to your Windows Store applications. The C1Image control can be used to add GIF images at design time (the regular image control only supports PNG and JPEG formats).

The image source used with the C1Image control is the C1GifImage class, which provides media player-like commands and allows you to control the GIF animations programmatically. You can use these methods to animate GIFs while performing a task, creating interesting progress indicators, or simply better integrating the animations with the state of the application.

See Also