Gets or sets user-defined data associated with this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Object Tag { get; set; } |
Visual Basic Copy Code |
---|
Public Property Tag As Object |
An instance of any class derived from System.Object.
This property contains data that you define and is not used by the control in any way. You can associate with the item any value of a primitive data type, an object from the .NET class library or a custom class. If the tag is an instance of value type it will be serialized together with the item containing it when saving / loading the diagram. Reference types are serialized if marked with the [Serializable] attribute or if they implement the ISerializable interface.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |