Gets or sets a custom data associated with the group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public Object Tag { get; set; } |
Visual Basic
![]() |
---|
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.
MindFusion.Diagramming Developer's Guide | © 2025 MindFusion |