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. |