menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IEndPointContainer - API Reference

    Show / Hide Table of Contents

    Interface IEndPointContainer

    End point container interface.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IEndPointContainer

    Properties

    HeadEndPoint

    Gets the head end point handle.

    Declaration
    EndPoint HeadEndPoint { get; }
    Property Value
    Type Description
    EndPoint

    The head end point.

    TailEndPoint

    Gets the tail end point handle.

    Declaration
    EndPoint TailEndPoint { get; }
    Property Value
    Type Description
    EndPoint

    The tail end point.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved