MindFusion.Wpf Pack Programmer's Guide
SerializeTagEventArgs.Representation Property
See Also
 





Gets or sets the string representation of the tag object being serialized / deserialized.

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

 Syntax

C#  Copy Code

public XmlElement Representation { get; set; }

Visual Basic  Copy Code

Public Property Representation As XmlElement

 Property Value

An instance of the System.XML.XmlElement class that represents the root of the XML branch where the tag is / should be stored.

 See Also

SerializeTagEventArgs Members
SerializeTagEventArgs Class
MindFusion.Diagramming.Wpf Namespace