menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OrthogonalDirection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OrthogonalDirection

    Specifies the directions of the Orthogonalsegment.

    Inheritance
    System.Object
    OrthogonalDirection
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class OrthogonalDirection : Enum

    Fields

    AntiClockWise90

    Specifies the orthogonal direction as anticlockwise90 when the relative angle as 270 degree or -90 degree.

    Declaration
    public const OrthogonalDirection AntiClockWise90
    Field Value
    Type
    OrthogonalDirection

    Auto

    Specifies the orthogonal direction as auto to switch the direction based on the connector position.

    Declaration
    public const OrthogonalDirection Auto
    Field Value
    Type
    OrthogonalDirection

    Bottom

    Specifies the orthogonal direction as bottom when the absolute angle as 90 degree.

    Declaration
    public const OrthogonalDirection Bottom
    Field Value
    Type
    OrthogonalDirection

    ClockWise90

    Specifies the orthogonal direction as clockwise90 when the relative angle as 90 degree.

    Declaration
    public const OrthogonalDirection ClockWise90
    Field Value
    Type
    OrthogonalDirection

    Left

    Specifies the orthogonal direction as left when the absolute angle as 180 degree.

    Declaration
    public const OrthogonalDirection Left
    Field Value
    Type
    OrthogonalDirection

    Opposite

    Specifies the orthogonal direction as opposite when the relative angle as 180 degree.

    Declaration
    public const OrthogonalDirection Opposite
    Field Value
    Type
    OrthogonalDirection

    Right

    Specifies the orthogonal direction as right when the absolute angle as 0 degree.

    Declaration
    public const OrthogonalDirection Right
    Field Value
    Type
    OrthogonalDirection

    Straight

    Specifies the orthogonal direction as straight when the relative angle as 0 degree.

    Declaration
    public const OrthogonalDirection Straight
    Field Value
    Type
    OrthogonalDirection

    Top

    Specifies the orthogonal direction as top wwhen the absolute angle as 270 degree or -90 degree.

    Declaration
    public const OrthogonalDirection Top
    Field Value
    Type
    OrthogonalDirection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved