TdxCustomContainerReportLinkOptionsTransparent.Root Property
In This Article
Enables or disables the transparent painting of the container background.
#Declaration
Delphi
property Root: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Use the Root property to enable or disable the transparent painting of the container background.
The default value of the Root property is True.
See Also