Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AnimationBackground Property
See Also 
Leadtools.Codecs Namespace > CodecsGifImageInfo Class : AnimationBackground Property



Gets the animation background of the GIF file.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AnimationBackground As Color
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifImageInfo
Dim value As Color
 
value = instance.AnimationBackground
C# 
public Color AnimationBackground {get;}
C++/CLI 
public:
property Color AnimationBackground {
   Color get();
}

Return Value

A Color value that specifies the animation background.

Example

For an example, refer to CodecsImageInfo.

Remarks

This property has a meaningful value only if the HasAnimationBackground value is true.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also