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

VObjectCollection.Item Property

Gets or sets the v-object at the specified index.

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

Syntax

Visual Basic
Public Overrides ReadOnly Default Property Item ( _
	index As Integer _
) As VObject
C#
public override VObject this[
	int index
] { get; }

Parameters

index

Type: System.Int32

The zero-based index of the v-object to get or set.

Property Value

The VObject at the specified index.

See Also

Reference