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