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

Layer.VObjects Property

Returns the v-object collection of a layer.

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

Syntax

Visual Basic
Public ReadOnly Property VObjects As VObjectCollection
C#
public VObjectCollection VObjects { get; }

Property Value

Collection of IVObject objects associated with the layer.

Remarks

The order of the IVObject elements in this collection defines the z-order of displayed objects. The less is the index of the object, the lower it resides.

See Also

Reference

Manual