Search
DashStyle.Clone Method
See Also
 






Creates an exact copy of this dash style.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DashStyle Clone ()

Visual Basic  Copy Code

Public Function Clone () As DashStyle

 Return Value

An instance of the DashStyle class.

 See Also