menu

UWP

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

    Show / Hide Table of Contents

    Class BridgeDirection

    Specifies the direction of line bridges.

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

    Fields

    Auto

    To set the direction of line bridges as top.

    Declaration
    public const BridgeDirection Auto
    Field Value
    Type
    BridgeDirection

    Bottom

    To set the direction of line bridges as bottom.

    Declaration
    public const BridgeDirection Bottom
    Field Value
    Type
    BridgeDirection

    Left

    To set the direction of line bridges as left.

    Declaration
    public const BridgeDirection Left
    Field Value
    Type
    BridgeDirection

    Right

    To set the direction of line bridges as right.

    Declaration
    public const BridgeDirection Right
    Field Value
    Type
    BridgeDirection

    Top

    To set the direction of line bridges as top.

    Declaration
    public const BridgeDirection Top
    Field Value
    Type
    BridgeDirection

    Extension Methods

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