menu

Blazor

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

    Show / Hide Table of Contents

    Class ConnectorSegmentType

    Specifies the segment type of the connector.

    Inheritance
    System.Object
    ConnectorSegmentType
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ConnectorSegmentType : Enum
    Examples
    Connector connector = new Connector()
    {
       Type = ConnectorSegmentType.Straight,
    };

    Fields

    Bezier

    Sets the segment type as Bezier.

    Declaration
    public const ConnectorSegmentType Bezier
    Field Value
    Type
    ConnectorSegmentType

    Freehand

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

    Declaration
    public const ConnectorSegmentType Freehand
    Field Value
    Type
    ConnectorSegmentType

    Orthogonal

    Sets the segment type as Orthogonal.

    Declaration
    public const ConnectorSegmentType Orthogonal
    Field Value
    Type
    ConnectorSegmentType

    Polyline

    Sets the segment type as Polyline.

    Declaration
    public const ConnectorSegmentType Polyline
    Field Value
    Type
    ConnectorSegmentType

    Straight

    Sets the segment type as Straight.

    Declaration
    public const ConnectorSegmentType Straight
    Field Value
    Type
    ConnectorSegmentType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved