NEncodedImageSource Class Properties
In This Topic
For a list of all members of this type, see NEncodedImageSource members.
Public Properties
| Name | Description |
| AnimateFrames | Gets/Sets a value indicating whether the image source's frames should be animated. Setting this property to true will start animation and setting it to false, stops the animation. |
| FrameIndex | Gets/Sets the index of the current frame. |
| ImageFormat | Gets the image format of the encoded image. |
| IsAnimating | Gets whether the image source is currently being animated. |
| IsMutable | Overridden. Returns true if the image source data can change during the lifetime of this image source. |
| LoopCount | Get/Sets the number of times to loop the animation of a multi-frame image. A value of 0 indicates infinite looping. |
Top
See Also