menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum CompassHeading - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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).

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved