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