menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectionPointWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConnectionPointWrapper

    Inheritance
    System.Object
    ConnectionPointWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class ConnectionPointWrapper

    Constructors

    ConnectionPointWrapper()

    Declaration
    public ConnectionPointWrapper()

    Properties

    ConnectionPointSize

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

    ConnectionPointType

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

    Connections

    Declaration
    public EndPointCollection Connections { get; set; }
    Property Value
    Type
    EndPointCollection

    ConnectionsLimit

    Declaration
    public int ConnectionsLimit { get; set; }
    Property Value
    Type
    System.Int32

    Container

    Declaration
    public NodeWrapper Container { get; set; }
    Property Value
    Type
    NodeWrapper

    DrawCentralPort

    Declaration
    public bool DrawCentralPort { get; set; }
    Property Value
    Type
    System.Boolean

    FillStyle

    Declaration
    public FillStyleWrapper FillStyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    GraphicsPathPoints

    Declaration
    public PointF[] GraphicsPathPoints { get; set; }
    Property Value
    Type
    System.Drawing.PointF[]

    GraphicsPathTypes

    Declaration
    public byte[] GraphicsPathTypes { get; set; }
    Property Value
    Type
    System.Byte[]

    ID

    Declaration
    public int ID { get; set; }
    Property Value
    Type
    System.Int32

    InheritContainerMeasureUnits

    Declaration
    public bool InheritContainerMeasureUnits { get; set; }
    Property Value
    Type
    System.Boolean

    IsCentralPort

    Declaration
    public bool IsCentralPort { get; set; }
    Property Value
    Type
    System.Boolean

    LineStyle

    Declaration
    public LineStyleWrapper LineStyle { get; set; }
    Property Value
    Type
    LineStyleWrapper

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Name

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

    OffsetX

    Declaration
    public float OffsetX { get; set; }
    Property Value
    Type
    System.Single

    OffsetY

    Declaration
    public float OffsetY { get; set; }
    Property Value
    Type
    System.Single

    PortHitPadding

    Declaration
    public float PortHitPadding { get; set; }
    Property Value
    Type
    System.Single

    Position

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

    Size

    Declaration
    public int Size { get; set; }
    Property Value
    Type
    System.Int32

    Tag

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

    Visible

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type
    System.Boolean

    VisualType

    Declaration
    public PortVisualType VisualType { get; set; }
    Property Value
    Type
    PortVisualType

    Methods

    Deserialize(ConnectionPoint)

    Declaration
    public void Deserialize(ConnectionPoint connectionPoint)
    Parameters
    Type Name Description
    ConnectionPoint connectionPoint

    Serialize(ConnectionPoint, Boolean)

    Declaration
    public void Serialize(ConnectionPoint connectionPoint, bool skipContainer = false)
    Parameters
    Type Name Description
    ConnectionPoint connectionPoint
    System.Boolean skipContainer

    ToCentralPort(ConnectionPoint)

    Declaration
    public CentralPort ToCentralPort(ConnectionPoint connectionPoint)
    Parameters
    Type Name Description
    ConnectionPoint connectionPoint
    Returns
    Type
    CentralPort
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved