Skip to main content

DiagramEdge.FromPointIndex Property

Specifies an index of a shape connection point where the edge starts.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int FromPointIndex { get; set; }

Property Value

Type Description
Int32

The index of the point.

See Also