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

VObjectData.Tag Property

Gets or sets custom data.

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

Syntax

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

Property Value

The Object value which represents a piece of custom data.

.

See Also

Reference