Gets or sets the line join style of the pen.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLineJoin LineJoin { get; set; }
Public Property LineJoin As PdfLineJoin
	Get
	Set
public:
property PdfLineJoin LineJoin {
	PdfLineJoin get ();
	void set (PdfLineJoin value);
}
member LineJoin : PdfLineJoin with get, set

Property Value

PdfLineJoin
The line join.

See Also