Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: boolean read GetTransparent write SetTransparent;

C++

__property bool Transparent = {read=GetTransparent, write=SetTransparent, nodefault};

Properties

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

Description

Specifies whether the image is drawn transparently.

The Transparent property specifies whether the image is drawn transparently.

See Also