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

VObject.IsUpdating Property

Gets or sets a value indicating whether VObject is updating.

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

Syntax

Visual Basic
Public Property IsUpdating As Boolean
C#
public bool IsUpdating { get; set; }

Property Value

The Boolean value which specifies whether VObject is updating.

Default value is false.

See Also

Reference