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

LayerData.VObjects Property

Gets a list of vector objects associated with this layer.

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

Syntax

Visual Basic
Public Property VObjects As List(Of LayerTypeData)
C#
public List<LayerTypeData> VObjects { get; set; }

Property Value

The list of vector objects associated with this layer.

See Also

Reference