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

IStateNavigable.UndoRedoEnabled Property

Enables or disables undo/redo functionality.

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

Syntax

Visual Basic
Property UndoRedoEnabled As Boolean
C#
                bool UndoRedoEnabled { get; set; }

Property Value

Value specifying if to enable undo/redo functionality.

Remarks

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

See Also

Reference