VObject.Index Property

Get the index of this VObject in the VObjectCollection. Returns -1 if the VObject was not added to the collection.

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

Syntax

C#
public int Index { get; }

Property Value

The Int32 value which represents an index of this VObject.

See Also

Reference