Skip to main content
All docs
V25.1
  • DiagramShapeConnectionPoint.ToString() Method

    Returns the connection point’s offsets in the following format: “Left, Top“.

    Namespace: DevExpress.Web.ASPxDiagram

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

    NuGet Package: DevExpress.Web

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    A string that contain offsets.

    See Also