Class ConnectionObject
Specifies the source and the target details of the connector.
Inheritance
System.Object
ConnectionObject
Namespace: Syncfusion.Blazor.Diagram
Assembly: Syncfusion.Blazor.dll
Syntax
public class ConnectionObject : Object
Examples
<SfDiagramComponent ConnectionChanging="ConnectionChanging">
</SfDiagramComponent>
private void ConnectionChanging(ConnectionChangingEventArgs args)
{
ConnectionObject obj;
}
Constructors
ConnectionObject()
Declaration
public ConnectionObject()
Properties
SourceID
Gets the source node id of the connector.
Declaration
public string SourceID { get; }
Property Value
Type |
---|
System.String |
SourcePortID
Gets the source port id of the connector.
Declaration
public string SourcePortID { get; }
Property Value
Type |
---|
System.String |
TargetID
Gets the target node id of the connector.
Declaration
public string TargetID { get; }
Property Value
Type |
---|
System.String |
TargetPortID
Gets the target port id of the connector.
Declaration
public string TargetPortID { get; }
Property Value
Type |
---|
System.String |