menu

WinForms

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

    Show / Hide Table of Contents

    Class TailEndPoint

    Summary description for TailEndPoint.

    Inheritance
    System.Object
    PropertyContainer
    EndPoint
    TailEndPoint
    Implements
    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    IHandle
    Inherited Members
    EndPoint.AllowMoveX
    EndPoint.AllowMoveY
    EndPoint.Container
    EndPoint.Dispose()
    EndPoint.GetHeading()
    EndPoint.GetObjectData(SerializationInfo, StreamingContext)
    EndPoint.ID
    EndPoint.InUpdate
    EndPoint.IsMoving
    EndPoint.Location
    EndPoint.Move(SizeF, MeasureUnits)
    EndPoint.OnVertexChanged()
    EndPoint.OnVertexChanging(PointF)
    EndPoint.Port
    EndPoint.SetLocation(PointF)
    EndPoint.SyncPositionWithPort()
    PropertyContainer.FullContainerName
    PropertyContainer.GetPropertyContainerByName(String)
    PropertyContainer.HistoryService
    PropertyContainer.InheritContainerMeasureUnits
    PropertyContainer.IPropertyObserver.OnPropertyChanged(String, String)
    PropertyContainer.IPropertyObserver.OnPropertyChanging(String, String, Object)
    PropertyContainer.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    PropertyContainer.m_propertyObserver
    PropertyContainer.MeasureUnit
    PropertyContainer.OnMeasureUnitsChanging(MeasureUnits, MeasureUnits)
    PropertyContainer.OnPropertyChanged(String)
    PropertyContainer.OnPropertyChanging(String, Object)
    PropertyContainer.PropertyObserber
    PropertyContainer.ProvideServiceReference(RuntimeTypeHandle)
    PropertyContainer.RecordPropertyChanged(String)
    PropertyContainer.UpdateServiceReferences(IServiceReferenceProvider)
    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 TailEndPoint : EndPoint, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable, IHandle

    Constructors

    TailEndPoint(PathNode, PointF)

    Initializes a new instance of the TailEndPoint class.

    Declaration
    public TailEndPoint(PathNode container, PointF ptLocation)
    Parameters
    Type Name Description
    PathNode container

    The PathNode container.

    System.Drawing.PointF ptLocation

    The handle location in parent coordinates.

    TailEndPoint(TailEndPoint)

    Initializes a new instance of the TailEndPoint class.

    Declaration
    public TailEndPoint(TailEndPoint src)
    Parameters
    Type Name Description
    TailEndPoint src

    The SRC.

    TailEndPoint(SerializationInfo, StreamingContext)

    Initializes a new instance of the TailEndPoint class.

    Declaration
    protected TailEndPoint(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The info.

    System.Runtime.Serialization.StreamingContext context

    The context.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    PropertyContainer.Clone()

    GetPropertyContainerName()

    Gets the name of the property container.

    Declaration
    protected override string GetPropertyContainerName()
    Returns
    Type
    System.String
    Overrides
    PropertyContainer.GetPropertyContainerName()

    Implements

    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    IHandle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved