VObject.Tag Property

Gets or sets custom data.

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

Syntax

C#
public Object Tag { get; set; }

Property Value

The Object value which represents a piece of custom data.

Default value is null.

See Also

Reference