This property allows to share the Undo/Redo system between image processing and vectorial objects.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public UndoModeType UndoMode { get; set; }
Public Property UndoMode As UndoModeType
	Get
	Set
public:
property UndoModeType UndoMode {
	UndoModeType get ();
	void set (UndoModeType value);
}

See Also