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 |