Search
XmlOptions.SerializeStyles Property
See Also
 





Gets or sets whether WPF styles assigned to diagram items should be serialized.

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

 Syntax

C#  Copy Code

public bool SerializeStyles { get; set; }

Visual Basic  Copy Code

Public Property SerializeStyles As Boolean

 Property Value

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

 See Also