Gets or sets an XmlElement object where the tag should be serialized/deserialized.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XmlElement Representation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Representation As XmlElement |
An instance of the .NET XmlElement class that represents the root of the XML branch where the tag is / should be stored.
See Also