Search
ArcTemplate.StartAngle Property
See Also
 





Gets the start angle of this arc element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double StartAngle { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartAngle As Double

 Property Value

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

 See Also