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

VObjectsRubberband.UndoRedoEnabled Property

Enables or disables the undo/redo functionality.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property UndoRedoEnabled As Boolean
C#
[BrowsableAttribute(true)]
public bool UndoRedoEnabled { get; set; }

Property Value

A value specifying whether the undo/redo functionality should be enabled or not.

Remarks

Use this property to disable the undo/redo functionality for some time. It is useful when you apply some set of effects or draw a number of shapes as a single atomic operation. In this case you likely do not want to undo sub-operations, but need to undo the entire operation at once.

See Also

Reference