Property LPGDIPlusProperties.TLPGPPen.LineJoin
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TLPGPPen
Contents |
Syntax
Delphi:
property LineJoin : TGPLineJoin read FLineJoin write SetLineJoin default LineJoinMiter;
C++ Builder:
__property TGPLineJoin LineJoin = { read=FLineJoin, write=SetLineJoin, default=LineJoinMiter };
Summary
Specifies the line join for this Pen object.
Description
Use this property to specify the line join for this Pen
object.