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 Style Clone ()

Visual Basic  Copy Code

Public Function Clone () As Style

 Return Value

The Style copy created by this method.

 See Also