menu

UWP

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

    Show / Hide Table of Contents

    Interface IPortInfo

    Represents to gets more / additional information about specified IPort.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IPortInfo

    Properties

    Connectors

    Gets the connectors to be connected for port.

    Declaration
    IEnumerable<IConnector> Connectors { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IConnector>

    InConnectors

    Gets the inconnectors to be connected for port.

    Declaration
    IEnumerable<IConnector> InConnectors { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IConnector>

    OffsetX

    Gets or sets the position of the Port on X-Axis.

    Declaration
    double OffsetX { get; set; }
    Property Value
    Type
    System.Double

    OffsetY

    Gets or sets the position of the Port on Y-Axis.

    Declaration
    double OffsetY { get; set; }
    Property Value
    Type
    System.Double

    OutConnectors

    Gets the outconnectors to be connected for port.

    Declaration
    IEnumerable<IConnector> OutConnectors { get; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<IConnector>

    Extension Methods

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