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

VObjectCollection Class

This class represents a collection of v-objects.

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

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class VObjectCollection _
	Inherits Collection(Of VObject)
C#
[DefaultMemberAttribute("Item")]
public class VObjectCollection : Collection<VObject>

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.Collection < VObject >
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.VObjectCollection

Object Model







See Also

Reference