Canvas.Tags 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 Dictionary<string, Object> Tags { get; private set; }

Property Value

The custom data dictionary.

Implements

ICanvas..Tags

See Also

Reference