UndoCollectionLevels Property |
Gets or set the number of Undo levels in this collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int Levels { get; set; }
Public Property Levels As Integer
Get
Set
Property Value
Type:
Int32Remarks The Levels property limits the number of undo's or redo's that are saved. For
example, to limit the Workspace to only be able to undo a single operation, set the Levels property
to 1.
See Also