[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the viewer can see through the control.
Source position: stdctrls.pp line 1602
protected property TCustomLabel.Transparent : Boolean |
Opaque labels have their enclosing rectangle filled with the background Color for the label. This can be the color of the Parent control, when ParentColor is True. Setting Transparent to True makes the label transparent, and does not fill the background for the control or hide any background details.
Please note: The default value of this property in the LCL is True, which differs from the default value in the Delphi VCL.
|
Use the Color from the Parent control, when enabled. |
lazarus-ccr.sourceforge.net |