Search
Style.Clone Method
See Also
 





Creates an exact copy of this Style object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Object Clone ()

Visual Basic  Copy Code

Public Function Clone () As Object

 Return Value

The Style copy created by this method.

 See Also