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

DiagramShapeConnectionPoint.ToString() Method

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

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that contain offsets.

See Also