Vcl.Imaging.GIFImg.TGIFTextExtension.BackgroundColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColor: TColor read GetBackgroundColor;

C++

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

Properties

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

Description

Specifies the color used for the background when rendering textual data as a graphic.

The BackgroundColor property specifies the color found in the GIF's color map at the BackgroundColorIndex.

See Also