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

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 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 3.2 Generated 2024-02-25 Home