Skip to main content

DiagramShapeConnectionPoint.ToString() Method

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

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

public override string ToString()

Returns

Type Description
String

A string that contain offsets.

See Also