Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TPen.EndCap

The sort of EndCap used on the Pen.

Declaration

Source position: graphics.pp line 666

published property TPen.EndCap : TPenEndCap
  read FEndCap
  write SetEndCap
  default pecRound;

Description

The end cap can be Round, Square or Flat. When end caps are round, the last points are drawn round. When end caps are square, the last points are drawn square. When end caps are flat, the last points are not drawn at all.

Version info

Added in LCL version 2.6.3.