menu

WinForms

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

    Show / Hide Table of Contents

    Class TailEndPointWrapper

    Inheritance
    System.Object
    TailEndPointWrapper
    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 TailEndPointWrapper

    Constructors

    TailEndPointWrapper()

    Declaration
    public TailEndPointWrapper()

    Properties

    AllowMoveX

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

    AllowMoveY

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

    InheritContainerMeasureUnits

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

    Location

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type
    System.Drawing.PointF

    MeasureUnit

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

    Port

    Declaration
    public ConnectionPointWrapper Port { get; set; }
    Property Value
    Type
    ConnectionPointWrapper

    Methods

    Deserialize(EndPoint)

    Declaration
    public void Deserialize(EndPoint point)
    Parameters
    Type Name Description
    EndPoint point

    Serialize(EndPoint)

    Declaration
    public void Serialize(EndPoint point)
    Parameters
    Type Name Description
    EndPoint point
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved