menu

UWP

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

    Show / Hide Table of Contents

    Class ConnectionDirection

    Specifies the directions of the connection.

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

    Fields

    Auto

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

    Declaration
    public const ConnectionDirection Auto
    Field Value
    Type
    ConnectionDirection

    Bottom

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

    Declaration
    public const ConnectionDirection Bottom
    Field Value
    Type
    ConnectionDirection

    Left

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

    Declaration
    public const ConnectionDirection Left
    Field Value
    Type
    ConnectionDirection

    Right

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

    Declaration
    public const ConnectionDirection Right
    Field Value
    Type
    ConnectionDirection

    Top

    Specifies the connector direction as top when the absolute angle as 270 degree or -90dDegree.

    Declaration
    public const ConnectionDirection Top
    Field Value
    Type
    ConnectionDirection

    Extension Methods

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