Vcl.Imaging.GIFImg.TGIFImage.DrawBackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DrawBackgroundColor: TColor read FDrawBackgroundColor write FDrawBackgroundColor;

C++

__property System::Uitypes::TColor DrawBackgroundColor = {read=FDrawBackgroundColor, write=FDrawBackgroundColor, nodefault};

Properties

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

Description

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

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

See Also