Search
LinkLabel.setIndex Method
See Also
 

Sets the index of the segment or control point this label is relative to.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setIndex (
    int value
)

 Parameters

value

The integer index of a link's segment or control point.

 See Also