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

PolylineVObject.Data Property

Gets or sets serialized data of this PolylineVObject.

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

Syntax

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

Property Value

The String value which represents serialized data of this PolylineVObject.

See Also

Reference