TImageEnVect.InsertingPen
Declaration
property InsertingPen: TPen;
Description
Pen used when the user inserts a line, box or ellipse object.
Example
// Change the drawing line to red
ImageEnVect1.InsertingPen.Color := clRed;
ImageEnVect1.InsertingPen.Mode := pmCopy;