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

Bitmap.UndoRedoTrackingEnabled Property

Enables or disables the automatic change tracking.

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

Syntax

Visual Basic
Public Overridable Property UndoRedoTrackingEnabled As Boolean
C#
public virtual bool UndoRedoTrackingEnabled { get; set; }

Property Value

A value specifying whether the automatic change tracking should be enabled or not.

Remarks

If this property is set to false, the undo/redo functionality will be available, but you will have to manually save states to which the content can be reverted (using the SaveState() method).

See Also

Reference