Class ConnectionParameter
Provides data for ValidateConnection method of the diagram.
Inheritance
System.Object
ConnectionParameter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ConnectionParameter : Object
Constructors
ConnectionParameter()
Declaration
public ConnectionParameter()
Properties
Connector
Gets a source of the connector.
Declaration
public object Connector { get; }
Property Value
Type |
---|
System.Object |
ConnectorEnd
Gets a source or target end of the connector.
Declaration
public ConnectorEnd ConnectorEnd { get; }
Property Value
Type |
---|
ConnectorEnd |
SourceConnector
Gets or sets the sourceconnector of the connector.
Declaration
public object SourceConnector { get; set; }
Property Value
Type |
---|
System.Object |
SourceNode
Gets or sets the sourcenode of the connector.
Declaration
public object SourceNode { get; set; }
Property Value
Type |
---|
System.Object |
SourcePoint
Gets or sets the sourcepoint of the connector.
Declaration
public Point SourcePoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
SourcePort
Gets or sets the sourceport of the connector.
Declaration
public IPort SourcePort { get; set; }
Property Value
Type |
---|
IPort |
TargetConnector
Gets or sets the targetconnector of the connector.
Declaration
public object TargetConnector { get; set; }
Property Value
Type |
---|
System.Object |
TargetNode
Gets or sets the targetnode of the connector.
Declaration
public object TargetNode { get; set; }
Property Value
Type |
---|
System.Object |
TargetPoint
Gets or sets the targetpoint of the connector.
Declaration
public Point TargetPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
TargetPort
Gets or sets the targetport of the connector.
Declaration
public IPort TargetPort { get; set; }
Property Value
Type |
---|
IPort |