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

VObject.Tag Property

Gets/sets custom data.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property Tag As Object
C#
[BrowsableAttribute(false)]
public Object Tag { get; set; }

Property Value

A piece of custom data.

Implements

IVObject.Tag

See Also

Reference