Back to Devexpress

DiagramConnector.EndPoint Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnector-f265ce63.md

latest1.7 KB
Original Source

DiagramConnector.EndPoint Property

Gets or sets the connector’s end point on the diagram canvas.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(typeof(PointFloat), "0,0")]
[DiagramCategory(DiagramCategory.Layout)]
public virtual PointFloat EndPoint { get; set; }
vb
<DefaultValue(GetType(PointFloat), "0,0")>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property EndPoint As PointFloat

Property Value

TypeDefaultDescription
PointFloat"0,0"

The end point of the connector.

|

Remarks

Setting the EndPoint property is not in effect if the connector’s end point is glued to a certain diagram item with the DiagramConnector.EndItem and DiagramConnector.EndItemPointIndex properties.

See Also

EndItem

EndItemPointIndex

DiagramConnector Class

DiagramConnector Members

DevExpress.XtraDiagram Namespace