WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INodePort - WPF 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
    IPort.Shape
    IPort.ShapeStyle
    IPort.Constraints
    IPort.Info
    IPort.UnitWidth
    IPort.UnitHeight
    IPort.PortVisibility
    IPort.ConnectorPadding
    IPort.ConnectionDirection
    IPort.HitPadding
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.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 Description
    System.Windows.Thickness

    Node

    Gets or sets the Node of the NodePort.

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

    NodeOffsetX

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

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

    NodeOffsetY

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

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

    UnitMode

    Gets or sets the UnitMode of the NodePort.

    Declaration
    UnitMode UnitMode { get; set; }
    Property Value
    Type Description
    UnitMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved