[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
JoinStyle - the style of joint where two lines meet or cross.
Source position: graphics.pp line 671
published property TPen.JoinStyle : TPenJoinStyle |
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.
Added in LCL version 2.6.3.
lazarus-ccr.sourceforge.net |