Determines whether or not the image has animation looping enabled.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property AnimationLoop As Integer |
C# | |
---|
public int AnimationLoop {get;} |
C++/CLI | |
---|
public:
property int AnimationLoop {
int get();
} |
Property Value
non-zero if the image has animation looping enabled, zero otherwise.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also