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

VObject.data Property

Gets or sets serialized data of this v-object.

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 v-object.

Remarks

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

See Also

Reference