WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved