Determines whether or not the image has animation background.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property HasAnimationBackground As Boolean |
C# | |
---|
public bool HasAnimationBackground {get;} |
C++/CLI | |
---|
public:
property bool HasAnimationBackground {
bool get();
} |
Property Value
true if the image has animation background, false 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