Class ConnectorShape
Represents the shape of the connector.
Inherited Members
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class ConnectorShape : DiagramObject, IDiagramObject, ICloneable
Constructors
ConnectorShape()
Initializes a new instance of the ConnectorShape.
Declaration
public ConnectorShape()
ConnectorShape(ConnectorShape)
Creates a new instance of the ConnectorShape from the given ConnectorShape.
Declaration
public ConnectorShape(ConnectorShape src)
Parameters
Type | Name | Description |
---|---|---|
ConnectorShape | src | ConnectorShape |
Methods
Clone()
Creates a new connector shape that is a copy of the current shape.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | it returns connector shape |
Overrides
Implements
System.ICloneable