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

ListItem.Tag Property

Gets/sets a custom data.

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

Syntax

Visual Basic
Public Overridable Property Tag As Object
C#
public virtual Object Tag { get; set; }

Property Value

An instance of the Pidl class associated with the item.

Implements

IListItem.Tag

See Also

Reference