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