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