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. |