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

VObject.IsDisposed Property

Gets a value indicating whether the object has been disposed of.

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

Syntax

Visual Basic
Public ReadOnly Property IsDisposed As Boolean
C#
public bool IsDisposed { get; }

Property Value

true if the object has been disposed of; otherwise, false.

See Also

Reference