Vcl.Imaging.GIFImg.TGIFTextExtension.BackgroundColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColorIndex: BYTE  read FPlainTextExtension.TextBGColorIndex write FPlainTextExtension.TextBGColorIndex;

C++

__property System::Byte BackgroundColorIndex = {read=FPlainTextExtension.TextBGColorIndex, write=FPlainTextExtension.TextBGColorIndex, nodefault};

Properties

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

Description

Specifies the index of the background color in the active color map.

The BackgroundColorIndex property specifies the index of the background color in the active color map.

See Also