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

TPen.JoinStyle

JoinStyle - the style of joint where two lines meet or cross.

Declaration

Source position: graphics.pp line 703

published property TPen.JoinStyle : TPenJoinStyle
  read FJoinStyle
  write SetJoinStyle
  default pjsRound;

Description

The join style can be: Round, Bevel or Miter. When style is Round, then line joins use a rounded shape. When style is Bevel, then line joins are beveled at their intersection. When style is Miter, then line joins are mitered at their intersection.

Version info

Added in LCL version 1.2.0.


Version 3.2 Generated 2024-02-25 Home