TcxClock.Transparent Property
In This Article
Specifies the clock’s background transparency.
#Declaration
Delphi
property Transparent; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True, to make the background transparent.
The Transparent property overrides the Color property.
The default value of the Transparent property is False.
See Also