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