Gets the animation background.
public Color AnimationBackground {get;}
public:
property Color AnimationBackground {
Color get();
}
'Declaration
Public ReadOnly Property AnimationBackground As Color
'Usage
Dim instance As GifImageInfo
Dim value As Color
value = instance.AnimationBackground
Property Value
The animation background.