UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectorType

    Specifies the types of the Connector.

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

    Fields

    CubicBezier

    Specifies the connectortype as cubicbezier which consist of controlpoints to edit the curve.

    Declaration
    public const ConnectorType CubicBezier
    Field Value
    Type Description
    ConnectorType

    Line

    Specifies the connectortype as straight line is essentially just a line with no curve.

    Declaration
    public const ConnectorType Line
    Field Value
    Type Description
    ConnectorType

    Orthogonal

    Specifies the connectortype as orthogonal which consist of a sequence of horizontal and vertical line segments.

    Declaration
    public const ConnectorType Orthogonal
    Field Value
    Type Description
    ConnectorType

    PolyLine

    Specifies the connectortype as polyline to draw a sequence of line segments created as a single object

    Declaration
    public const ConnectorType PolyLine
    Field Value
    Type Description
    ConnectorType

    QuadraticBezier

    Specifies the connectortype as quadraticbezier which consist of controlpoints to edit the curve.

    Declaration
    public const ConnectorType QuadraticBezier
    Field Value
    Type Description
    ConnectorType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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