documentationfor yFiles for HTML 3.0.0.3

Usages of LayoutBend

Properties

bendsin LayoutEdgeGets a live view of the bends along this edge.
bendsin LayoutGraphProvides an IEnumerable<T> of LayoutBends, allowing iteration over all bends of the edges of the graph.

Method Return Values

addBend (LayoutEdge, number, number, LayoutBend?, RelativePosition?)in LayoutGraphCreates a new bend point for the given edge with the specified coordinates.

Method Parameters

addBend (LayoutEdge, number, number, LayoutBend?, RelativePosition?)in LayoutGraphCreates a new bend point for the given edge with the specified coordinates.
contains (LayoutBend)in LayoutGraphDetermines whether this graph contains the specified bend.
remove (LayoutBend)in LayoutGraphRemoves the given bend from the edge it belongs to and thus from this graph.