public PdfLineCapStyle LineCapStyle { get; set; }Public Property LineCapStyle As PdfLineCapStyle
Get
Setpublic:
property PdfLineCapStyle LineCapStyle {
PdfLineCapStyle get ();
void set (PdfLineCapStyle value);
}member LineCapStyle : PdfLineCapStyle with get, set