MindFusion.Wpf Pack Programmer's Guide
Group.Tag Property
See Also
 





Gets or sets a custom data associated with the group.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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. Diagramming for WPF 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

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace
Diagram.FindGroup Method
DiagramBase.SerializeTag Event