Skip to main content
A newer version of this page is available. .

DiagramEdge.FromPointIndex Property

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

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public int FromPointIndex { get; set; }

Property Value

Type Description
Int32

The index of the point.

See Also