menu

WPF

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

    Show / Hide Table of Contents

    Enum ConnectorType

    Specifies the types of the Connector.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public enum ConnectorType

    Fields

    Name Description
    CubicBezier

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

    Line

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

    Orthogonal

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

    PolyLine

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

    QuadraticBezier

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

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