menu

UWP

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

    Show / Hide Table of Contents

    Interface INodePort

    Represents the connection points of node and allows to create connections with only those specific points.

    Inherited Members
    IDiagramElement.Key
    IID.ID
    IPort.ConnectionDirection
    IPort.ConnectorPadding
    IPort.Constraints
    IPort.HitPadding
    IPort.Info
    IPort.PortVisibility
    IPort.Shape
    IPort.ShapeStyle
    IPort.UnitHeight
    IPort.UnitWidth
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface INodePort : IPort, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Displacement

    Gets or sets the space to displace the NodePort.

    Declaration
    Thickness Displacement { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Node

    Gets or sets the Node of the NodePort.

    Declaration
    object Node { get; set; }
    Property Value
    Type
    System.Object

    NodeOffsetX

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

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

    NodeOffsetY

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

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

    UnitMode

    Gets or sets the UnitMode of the NodePort.

    Declaration
    UnitMode UnitMode { get; set; }
    Property Value
    Type
    UnitMode

    Extension Methods

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