WPF

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

    Show / Hide Table of Contents

    Class ConnectorPort

    Represents a class of port that is a special connection point on a connector that can glue the connectors, When glue a connector to a port, they stay connected, even if one of the connector or port is moved.

    Inheritance
    System.Object
    DiagramElement
    PortBase
    ConnectorPort
    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 ConnectorPort : PortBase

    Constructors

    ConnectorPort()

    Declaration
    public ConnectorPort()

    Properties

    Attributes

    Gets or sets the attribute value of a port.

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

    ConnectionDirection

    Gets or sets the connection direction of a port to specify the direction in which the connector’s connection to be established to a port.

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

    ConnectorPadding

    Gets or sets the padding value of port which the space between the connector’s end point and port.

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

    Constraints

    Gets or sets the constraints value of port.

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

    Geometry

    Gets or sets the geometry value of a port.

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

    HitPadding

    Gets or sets the hitpadding values of the ports.

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

    Length

    Gets or sets the length value of a port where it can be located over connector's segment path.

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

    PortVisibility

    Gets or sets the port visibility value.

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

    UnitHeight

    Gets or sets the height of aport.

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

    UnitMode

    Gets or sets the position displacement value of port.

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

    UnitWidth

    Gets or sets the width of a value.

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