Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BlazorConnectionObject - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BlazorConnectionObject

    Represent the source node or target of the connector.

    Inheritance
    System.Object
    BlazorConnectionObject
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BlazorConnectionObject : Object

    Constructors

    BlazorConnectionObject()

    Declaration
    public BlazorConnectionObject()

    Properties

    Connector

    Returns the new source node or target node of the connector.

    Declaration
    public DiagramConnector Connector { get; set; }
    Property Value
    Type Description
    DiagramConnector

    ConnectorSourceValue

    Defines the source node Id or Source port Id of the connector.

    Declaration
    public ConnectorValue ConnectorSourceValue { get; set; }
    Property Value
    Type Description
    ConnectorValue

    ConnectorTargetValue

    Defines the target node Id or target port Id of the connector.

    Declaration
    public ConnectorValue ConnectorTargetValue { get; set; }
    Property Value
    Type Description
    ConnectorValue
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved