RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAnimate.Transparent Property

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

Pascal
property Transparent: Boolean;
C++
__property Boolean Transparent;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!