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

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

    Namespace: DevExpress.Web.ASPxDiagram

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

    NuGet Package: DevExpress.Web

    Declaration

    public int FromPointIndex { get; set; }

    Property Value

    Type Description
    Int32

    The index of the point.

    See Also