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

VObject.tag Property

Gets or sets custom data.

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

Syntax

Java Script
function get_tag();
function set_tag(value);

Property Value

The value which represents a piece of custom data.

Remarks

This property corresponds to VObject.Tag server-side member.

See Also

Reference