Search
XmlOptions.SerializeTheme Property
See Also
 





Gets or sets whether the diagram Theme should be serialized.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SerializeTheme { get; set; }

Visual Basic  Copy Code

Public Property SerializeTheme As Boolean

 Property Value

true to serialize the theme, or false otherwise. The default value is true.

 See Also