Gets or sets the animation background color used when saving GIF files.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AnimationBackground As RasterColor |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsGifSaveOptions
Dim value As RasterColor
instance.AnimationBackground = value
value = instance.AnimationBackground
|
Return Value
The animation background color used when saving GIF files.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also