Gets or sets whether the diagram Theme should be serialized.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool SerializeTheme { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SerializeTheme As Boolean |
true to serialize the theme, or false otherwise. The default value is true.
See Also