TiObjectCanvas.DefaultPenWidth
TiObjectCanvas
Specifies the default pen width property of drawing objects when added to the
control.
property DefaultPenWidth : Integer;
Description
Use DefaultPenWidth to get or set the default pen width property of drawing
objects when added to the control.
Example
Delphi
iComponent.DefaultPenWidth := 2;
C++ Builder
iComponent->DefaultPenWidth = 2;
Contents | Index | Previous | Next