alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class ConnectorShape

    Represents the shape of the connector.

    Inheritance
    object
    DiagramObject
    ConnectorShape
    BpmnFlow
    Implements
    IDiagramObject
    ICloneable
    Inherited Members
    DiagramObject.GetParent()
    DiagramObject.OnPropertyChanged(string, object, object, IDiagramObject)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    The ConnectorShape to copy from.

    Methods

    Clone()

    Creates a new connector shape that is a copy of the current shape.

    Declaration
    public override object Clone()
    Returns
    Type
    object
    Overrides
    DiagramObject.Clone()

    Implements

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