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