TiObjectCanvas.DefaultPenColor

TiObjectCanvas

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

property DefaultPenColor : TColor;

Description

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

Example

Delphi

iComponent.DefaultPenColor := clWhite;

C++ Builder

iComponent->DefaultPenColor = clWhite;

Contents | Index | Previous | Next