menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorPort - UWP 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.ID
    DiagramElement.Key
    DiagramElement.Raw
    DiagramElement.Type
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.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
    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
    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
    System.Double

    Constraints

    Gets or sets the constraints value of port.

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

    Geometry

    Gets or sets the geometry value of a port.

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

    HitPadding

    Gets or sets the hitpadding values of the ports.

    Declaration
    public double HitPadding { get; set; }
    Property Value
    Type
    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
    System.Double

    PortVisibility

    Gets or sets the port visibility value.

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

    UnitHeight

    Gets or sets the height of aport.

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

    UnitMode

    Gets or sets the position displacement value of port.

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

    UnitWidth

    Gets or sets the width of a value.

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

    Extension Methods

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