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

TPen.JoinStyle

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

Declaration

Source position: graphics.pp line 671

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 are round. When style is Bevel, then line joins are beveled. When style is Miter, then line joins are mitered.

Version info

Added in LCL version 2.6.3.