Path
StrokeEndLineCap Property
|
Gets or sets the StrokeEndLineCap.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public LineCap StrokeEndLineCap { get; set; }
Public Property StrokeEndLineCap As LineCap
Get
Set
public:
property LineCap StrokeEndLineCap {
LineCap get ();
void set (LineCap value);
}
member StrokeEndLineCap : LineCap with get, set
Property Value
Type:
LineCap
See Also