Search
LinkLabel.Clone Method
See Also
 





Creates a clone of this label.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkLabel Clone ()

Visual Basic  Copy Code

Public Function Clone () As LinkLabel

 Return Value

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

 See Also