Gets or sets angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public double SweepAngle { get; set; }
Visual Basic (Declaration)
Public Property SweepAngle As Double
Visual C++
public:
property double SweepAngle {
	double get ();
	void set (double value);
}

See Also