Creates a Theme object representing the default properties of the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Theme CreateThemeFromDefaults () |
Visual Basic
Copy Code
|
|---|
Public Function CreateThemeFromDefaults () As Theme |
An instance of the Theme class.
RemarksThis method is only for compatibility with files saved with versions earlier than 6.0.
See Also