Vcl.StdCtrls.TCustomStaticText.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read GetTransparent write SetTransparent  default True;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomStaticText

Description

Specifies whether the background of the image obscures objects below the image object.

Set Transparent to true to allow objects behind the TCustomStaticText object to show through the background of the image. Set Transparent to false to make the background of the image opaque.