www.gnostice.com 

 

BackgroundColor property (TgtCustomDocumentEngine)

TgtCustomDocumentEngine

Top 

 

property BackgroundColor: TColor;

 

Description

This property is used to specify background color for the document.

 

Example:

 

Delphi:

       gtBMPEngine1.BackgroundColor := clLime;

 

C++Builder:

       gtBMPEngine1->BackgroundColor = clLime;