Enum CompassHeading
Specifies a compass heading.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum CompassHeading
Remarks
This enumeration is used to specify the direction of a vector. A vector can be generated given one point and a CompassHeading.
Fields
Name | Description |
---|---|
East | East (right). |
None | No heading. |
North | North (up) heading. |
Northeast | Northeast (up and right). |
Northwest | Northwest (up and left). |
South | South (down) heading. |
Southeast | Southeast (down and right). |
Southwest | Southwest (down and left). |
West | West (left). |