Class AngleType
Angle type enumeration.
Inheritance
System.Object
AngleType
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class AngleType : Enum
Fields
DEG
Angle in Degree
Declaration
public const AngleType DEG
Field Value
| Type |
|---|
| AngleType |
GRAD
Angle in grad.
Declaration
public const AngleType GRAD
Field Value
| Type |
|---|
| AngleType |
RAD
Angle in radians.
Declaration
public const AngleType RAD
Field Value
| Type |
|---|
| AngleType |
UNKNOWN
Unknown angle.
Declaration
public const AngleType UNKNOWN
Field Value
| Type |
|---|
| AngleType |
UNSPECIFIED
Unspecified angle.
Declaration
public const AngleType UNSPECIFIED
Field Value
| Type |
|---|
| AngleType |