menu

WPF

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

    Show / Hide Table of Contents

    Interface IConnectorPort

    Create IConnectorPort Interface derived from IPort

    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.WPF.dll
    Syntax
    public interface IConnectorPort : IPort, IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Connector

    Sets the Connector of the ConnectorPort.

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

    Length

    Sets the Position of the ConnectorPort on Connector.

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

    UnitMode

    Sets the UnitMode of the ConnectorPort.

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