Vcl.Imaging.GIFImg.TGIFImage.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read GetBackgroundColor write SetBackgroundColor;

C++

__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, write=SetBackgroundColor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies the background color to use when displaying the GIF images.

The BackgroundColor property specifies the background color to use when displaying the GIF images stored in the TGIFImage instance.

See Also