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

Canvas.CurrentVObject Property

Gets the currently selected v-object.

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

Syntax

Visual Basic
<ScriptIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property CurrentVObject As VObject
C#
[ScriptIgnoreAttribute]
[BrowsableAttribute(false)]
public VObject CurrentVObject { get; }

Property Value

The VObject which is currently selected in this Canvas.

See Also

Reference