alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ConnectorSegmentType

    Specifies the segment type of the connector.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ConnectorSegmentType
    Examples
    Connector connector = new Connector()
    {
       Type = ConnectorSegmentType.Straight,
    };

    Fields

    Name Description
    Bezier

    Sets the segment type as Bezier.

    Freehand

    Indicates that freehand segment type for a connector, allowing for freeform drawing.

    Orthogonal

    Sets the segment type as Orthogonal.

    Polyline

    Sets the segment type as Polyline.

    Straight

    Sets the segment type as Straight.

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