alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ConnectionPointType

    Connection point types.

    Inheritance
    System.Object
    ConnectionPointType
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class ConnectionPointType : Enum

    Fields

    Incoming

    Specifies whether port accepts incoming connections.

    Declaration
    public const ConnectionPointType Incoming
    Field Value
    Type
    ConnectionPointType

    IncomingOutgoing

    Specifies whether port accepts outgoing and incoming connections.

    Declaration
    public const ConnectionPointType IncomingOutgoing
    Field Value
    Type
    ConnectionPointType

    Outgoing

    Specifies whether port accepts outgoing connections.

    Declaration
    public const ConnectionPointType Outgoing
    Field Value
    Type
    ConnectionPointType

    Reject

    Specifies whether the port rejects the incoming/outgoing connections or not.

    Declaration
    public const ConnectionPointType Reject
    Field Value
    Type
    ConnectionPointType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved