Vcl.StdCtrls.TStaticText.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read GetTransparent write SetTransparent default 1;

C++

__property Transparent = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TStaticText

Description

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

Vcl.StdCtrls.TStaticText.Transparent inherits from Vcl.StdCtrls.TCustomStaticText.Transparent. All content below this line refers to Vcl.StdCtrls.TCustomStaticText.Transparent.

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.