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

TPen.EndCap

The sort of EndCap used on the Pen.

Declaration

Source position: graphics.pp line 682

published property TPen.EndCap
  default pecRound;

Description

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

Version info

Added in LCL version 1.2.0.


Version 4.0 Generated 2025-05-03 Home