Gets the sweep angle of this arc element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float SweepAngle { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SweepAngle As Single |
A float value specifying the sweep angle of the arc, in degrees.
See Also