Search
ArcTemplate.SweepAngle Property
See Also
 





Gets the sweep angle of this arc element.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float SweepAngle { get; }

Visual Basic  Copy Code

Public ReadOnly Property SweepAngle As Single

 Property Value

A float value specifying the sweep angle of the arc, in degrees.

 See Also