Search
ArcTemplate.SweepAngle Property
See Also
 





Gets the sweep angle of this arc element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double SweepAngle { get; }

Visual Basic  Copy Code

Public ReadOnly Property SweepAngle As Double

 Property Value

double value specifying the sweep angle of the arc, in degrees.

 See Also