Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorShape

    Show / Hide Table of Contents

    Class ConnectorShape

    Represents the shape of the connector.

    Inheritance
    System.Object
    DiagramObject
    ConnectorShape
    BpmnFlow
    Implements
    IDiagramObject
    System.ICloneable
    Inherited Members
    DiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    DiagramObject.GetParent()
    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
    DiagramObject.Clone()

    Implements

    IDiagramObject
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved