Skip to main content
All docs
V25.1
  • DiagramEdge.FromPointIndex Property

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

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public int FromPointIndex { get; set; }

    Property Value

    Type Description
    Int32

    The index of the point.

    See Also