GifImageBackgroundColor Property |
Gets or sets the background color.
Namespace: Aspose.Imaging.FileFormats.GifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override Color BackgroundColor { get; set; }
Public Overrides Property BackgroundColor As Color
Get
Set
public:
virtual property Color BackgroundColor {
Color get () override;
void set (Color value) override;
}
abstract BackgroundColor : Color with get, set
override BackgroundColor : Color with get, set
Property Value
Type:
Color
The background color.
See Also