BackgroundColor

GifImage.BackgroundColor property

Manage the background color of the GIF image with this property. You can set or retrieve the background color to ensure consistency and enhance visual appeal.

public override Color BackgroundColor { get; set; }

Property Value

The background color.

See Also