Vcl.ComCtrls.TAnimate.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent default True;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TAnimate

Description

Specifies whether the background color of the frame matches the Color property.

Set Transparent to true to replace the background color stored in the animation with the value of the Color property, or the parent control's color if the value of ParentColor is true. Set Transparent to false to display the background color stored in the animation.

See Also