VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Undo Namespace / WpfAnnotationViewUndoAction Class
Constructors Properties Methods SeeAlso
In This Topic
WpfAnnotationViewUndoAction Class Members
In This Topic
The following tables list the members exposed by WpfAnnotationViewUndoAction.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
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.
Protected Properties
 NameDescription
Protected PropertyGets the current state. (Inherited from UndoAction)
Public Methods
 NameDescription
Public MethodDisposes all resources used by the action. (Inherited from UndoAction)
Public MethodReturns the copy of current state of action. (Inherited from UndoAction)
Public MethodReturns the string representation of this object.
Protected Methods
 NameDescription
Protected MethodReturns the identifier, in data storage, of the current state. (Inherited from UndoAction)
Protected MethodChanges the current state of action. (Inherited from UndoAction)
Protected MethodChanges the source object (Source) of action. (Inherited from UndoAction)
Protected MethodChanges the source item in SourceItems.
Protected MethodChanges the source items in SourceItems. (Inherited from UndoAction)
Protected MethodUndoes the action.
See Also