Gets or sets an XmlElement object where the tag should be serialized/deserialized.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
NetDiagram Programmer's Guide | © 2023 MindFusion |