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

ClickDragCreateDesigner.VObjects Property

Gets an array of v-objecs associated with this designer.

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

Syntax

Visual Basic
Public ReadOnly Property VObjects As IVObject()
C#
public IVObject[] VObjects { get; }

Property Value

An array of v-objecs associated with this designer.

Implements

IDesigner.VObjects

See Also

Reference