VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.Undo Namespace / WpfVisualToolUndoAction Class
In This Topic
WpfVisualToolUndoAction Class Properties
In This Topic
For a list of all properties of this type, see WpfVisualToolUndoAction.
Public Properties
 NameDescription
Public PropertyGets the action source. (Inherited from UndoAction)
Public PropertyGets the data storage that stores the objects. (Inherited from UndoAction)
Public PropertyGets a value indicating whether this instance has current state. (Inherited from UndoAction)
Public PropertyGets a value indicating whether the undo action is valid.
Public PropertyGets the reference to the source object of action. (Inherited from UndoAction)
Public PropertyGets the references to the source objects stored in Source. For example, this property contains references to the collection objects if Source is collection. (Inherited from UndoAction)
Protected Properties
 NameDescription
Protected PropertyGets the current state. (Inherited from UndoAction)
See Also