Back to Devexpress

TdxCustomContainerReportLinkOptionsTransparent Class

vcl-dxpscontainerlnk-214c98a3.md

latest1.6 KB
Original Source

TdxCustomContainerReportLinkOptionsTransparent Class

Contains the transparency settings.

Declaration

delphi
TdxCustomContainerReportLinkOptionsTransparent = class(
    TdxCustomContainerReportLinkOptions
)

Remarks

The TdxCustomContainerReportLinkOptionsTransparent class contains he transparency settings. These settings enable the transparent painting of:

  • the aggregated containers (see the Containers property);

  • the aggregated controls background (see the Controls property);

  • the aggregated graphics (see the Graphics property);

  • the container background (see the Root property).

The TdxCustomContainerReportLinkOptionsTransparent object is referenced by a container report link’s OptionsTransparent property.

Inheritance

TObject TPersistent TdxCustomContainerReportLinkOptions TdxCustomContainerReportLinkOptionsTransparent

See Also

TdxCustomContainerReportLinkOptionsTransparent Members

dxPSContainerLnk Unit