| PdfPathObjectLineCap Property |
Gets or sets the shape of the endpoints for any open path that is stroked.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public LineCap LineCap { get; set; }
Public Property LineCap As LineCap
Get
Set
public:
property LineCap LineCap {
LineCap get ();
void set (LineCap value);
}
member LineCap : LineCap with get, set
/** @property */
public LineCap get_LineCap()
/** @property */
public void set_LineCap(LineCap value)
function get_LineCap();
function set_LineCap(value);
Property Value
LineCapOne of the values of the
LineCap enumeration.
Remarks Please find more details here:
LineCap.
See Also