| C1.Silverlight.Imaging Namespace : C1GifImage Class |
The following tables list the members exposed by C1GifImage.
| Name | Description | |
|---|---|---|
![]() | C1GifImage Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AutoPlay | Gets or sets a value that causes the animation to start playing automatically when the source is set. |
![]() | FrameCount | Gets the number of frames in the GIF image. |
![]() | LoopCount | Gets or sets the number of times to repeat the animation. |
![]() | UriSource | Gets or sets the System.Uri that contains this image. |
| Name | Description | |
|---|---|---|
![]() | Pause | Stops the animation at the current position. |
![]() | Play | Starts playing the animation from the current position. |
![]() | SetSource | Loads the image from a stream. |
![]() | Stop | Stops the animation and resets the loop and frame indices. |
| Name | Description | |
|---|---|---|
![]() | DownloadCompleted | Fires after the image has been downloaded. |
![]() | DownloadProgress | Fires while the image is being downloaded. |
![]() | ImageFailed | Occurs when there is an error associated with image retrieval or format. |
Implicit Type Conversion | Performs an implicit conversion from C1GifImage to System.Windows.Media.ImageSource. |