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

VObject.Data Property

Gets or sets serialized data of this VObject.

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

Syntax

Visual Basic
Public Overridable Property Data As String
C#
public virtual string Data { get; set; }

Property Value

The String value which represents serialized data of this VObject.

See Also

Reference