LayerData.VO 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

C#
public List<LayerTypeData> VO { get; set; }

Property Value

The list of vector objects associated with this layer.

See Also

Reference