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