| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property AnimationBackground As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Color AnimationBackground {get;} | |
Return Value
A Color value that specifies the animation background.For an example, refer to CodecsImageInfo.
This property has a meaningful value only if the HasAnimationBackground value is true.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code