[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 661

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.