Gets or sets the line cap of the pen.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public PdfLineCap LineCap { get; set; }
Public Property LineCap As PdfLineCap Get Set
public: property PdfLineCap LineCap { PdfLineCap get (); void set (PdfLineCap value); }
member LineCap : PdfLineCap with get, set