Search
Diagram.CreateThemeFromDefaults Method
See Also
 





Creates a Theme object representing the default properties of the diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Theme CreateThemeFromDefaults ()

Visual Basic  Copy Code

Public Function CreateThemeFromDefaults () As Theme

 Return Value

An instance of the Theme class.

 Remarks

This method is only for compatibility with files saved with versions earlier than 6.0.

 See Also