This documentation is for the old version. Go to the latest Graphics Mill docs

IListItem.Tag Property

Gets/sets a custom data.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Property Tag As Object
C#
                Object Tag { get; set; }

Property Value

An object which contains the custom data which the implementer desire to expose to the programmer. For example, standard implementation of this interface (ListItem class) returns a Pidl associated with the item.

See Also

Reference