TiObjectCanvas.DefaultFontColor

TiObjectCanvas

Specifies the default font color property of drawing objects when added to the control.

property DefaultFontColor : TColor;

Description

Use DefaultFontColor to get or set the default font color property of drawing objects when added to the control.

Example

Delphi

iComponent.DefaultFontColor := clWhite;

C++ Builder

iComponent->DefaultFontColor = clWhite;

Contents | Index | Previous | Next