UndoCollection.Item Property |
Gets the undo item.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic UndoLevel this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As UndoLevel
Get
Parameters
- index
- Type: System.Int32
Zero based Index of the undo item.
Property Value
Type:
UndoLevel The
UndoLevel at this index.
See Also