Gets or sets a custom data associated with the group.
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 a System.Object-derived class that represents the tag.
This property holds data that you define. MindFusion.Diagramming does not use it in any way. Possible usage might be to store an integer identifier or a reference to a larger structure.
Group Members
Group Class
MindFusion.Diagramming Namespace
Diagram.FindGroup Method
Diagram.SerializeTag Event
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |