WPF

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

    Show / Hide Table of Contents

    Class NodePort

    Inheritance
    System.Object
    DiagramElement
    PortBase
    NodePort
    Inherited Members
    DiagramElement.Type
    DiagramElement.Raw
    DiagramElement.ID
    DiagramElement.Key
    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.Serializer
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class NodePort : PortBase

    Constructors

    NodePort()

    Declaration
    public NodePort()

    Properties

    Attributes

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    ConnectionDirection

    ConnectionDirection

    Declaration
    public ConnectionDirection ConnectionDirection { get; set; }
    Property Value
    Type Description
    ConnectionDirection

    ConnectorPadding

    ConnectorPadding

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

    Constraints

    PortConstraints

    Declaration
    public PortConstraints Constraints { get; set; }
    Property Value
    Type Description
    PortConstraints

    Displacement

    Displacement

    Declaration
    public Thickness Displacement { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Geometry

    Declaration
    public string Geometry { get; set; }
    Property Value
    Type Description
    System.String

    NodeOffsetX

    Serializer

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

    NodeOffsetY

    Serializer

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

    PortVisibility

    PortVisibility

    Declaration
    public PortVisibility PortVisibility { get; set; }
    Property Value
    Type Description
    PortVisibility

    UnitHeight

    Gets or sets UnitHeight

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

    UnitMode

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

    UnitWidth

    Gets or sets UnitWidth

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