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

VObjectEventArgs.VObject Property

Gets the v-object that is added or removed.

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

Syntax

Visual Basic
Public ReadOnly Property VObject As IVObject
C#
public IVObject VObject { get; }

Property Value

The v-object that is added or removed.

See Also

Reference