Search
LinkLabel.clone Method
See Also
 

Creates a clone of this label.

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

 Syntax

Java  Copy Code

public LinkLabel clone ()

 Return Value

A new LinkLabel instance that is an exact copy of this label.

 See Also