menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionParameter - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectionParameter

    Provides data for ValidateConnection method of the diagram.

    Inheritance
    System.Object
    ConnectionParameter
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.Foundation.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
    Windows.Foundation.Point

    TargetPort

    Gets or sets the targetport of the connector.

    Declaration
    public IPort TargetPort { get; set; }
    Property Value
    Type
    IPort

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved