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

Canvas.CurrentVObjectIndex Property

Gets or sets an index of the currently selected v-object.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property CurrentVObjectIndex As Integer
C#
[BrowsableAttribute(false)]
public int CurrentVObjectIndex { get; set; }

Property Value

The Int32 value which represents an index of the currently selected v-object.

See Also

Reference