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

Layer.data Property

Gets or sets serialized data of this layer.

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

Syntax

Java Script
function get_data();
function set_data(value);

Property Value

The string which represents serialized data of this layer.

See Also

Reference