This property sets the various color information for the brush, pen, and text

[C++Builder]   imagekitcontrolname->PrintDraw->TextColor1 [ = TColor ]
[Delphi]   imagekitcontrolname.PrintDraw.TextColor1 [ = TColor ]

Property Value

TextColor1:

Sets the color for text used by the DrawText and the TextOut methods

For the DrawString method, the TextColor1 property has the following affect:

   Solid brush: solid color

   Hatch brush: the color of the hatch lines

   Gradiation: the start color for lined gradiation

   Note: Disabled for the texture brush

Explanation

The TextColor1 property sets the various color information for the brush, pen, and text

To set this property use a color constant, like clRed, or the RGB(Red, Green, Blue) value. For details about TColor type, please refer to the Delphi or C++Builder help documentation.

If the device cannot produce the color specified, the nearest color will be used.

Setting this value

This value can be set at runtime.

Retrieving this value

This value cannot be retrieved.

The ImageKit10 VCL is a product created by Newtone Corporation