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 |
Property Value
The animation background color used when saving GIF files.
Example
Remarks
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