Search
Group.Tag Property
See Also
 





Gets or sets a custom data associated with the group.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Object Tag { get; set; }

Visual Basic  Copy Code

Public Property Tag As Object

 Property Value

An instance of a System.Object-derived class that represents the tag.

 Remarks

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.

 See Also