[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TPen.Color

The Color of the current Pen.

Declaration

Source position: graphics.pp line 693

published property TPen.Color : TColor
  read FColor
  write SetColor
  default clBlack;

Description

Color is a TColor property which contains the color used by the pen to draw on a canvas. The default value for the property is clBlack.


Version 3.2 Generated 2024-02-25 Home