Name | Description | |
---|---|---|
![]() | GraphicsFigureUndoAction | Initializes a new instance of the GraphicsFigureUndoAction class. |
Name | Description | |
---|---|---|
![]() | GraphicsFigureUndoAction | Initializes a new instance of the GraphicsFigureUndoAction class. |
Name | Description | |
---|---|---|
![]() | ActionSource | Gets the action source. (Inherited from UndoAction) |
![]() | DataStorage | Gets the data storage that stores the objects. (Inherited from UndoAction) |
![]() | HasCurrentState | Gets a value indicating whether this instance has current state. (Inherited from UndoAction) |
![]() | IsValid | Gets a value indicating whether the undo action is valid. (Inherited from UndoAction) |
![]() | Source | Gets the reference to the source object of action. (Inherited from UndoAction) |
![]() | SourceItems | Gets 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) |
Name | Description | |
---|---|---|
![]() | CurrentState | Gets the current state. (Inherited from UndoAction) |
Name | Description | |
---|---|---|
![]() | Dispose | Disposes all resources used by the action. (Inherited from UndoAction) |
![]() | GetCurrentStateCopy | Returns the copy of current state of action. (Inherited from UndoAction) |
![]() | ToString | Converts to string. |
Name | Description | |
---|---|---|
![]() | GetCurrentStateId | Returns the identifier, in data storage, of the current state. (Inherited from UndoAction) |
![]() | SetCurrentState | Changes the current state of action. (Inherited from UndoAction) |
![]() | SetSource | Changes the source object (Source) of action. (Inherited from UndoAction) |
![]() | SetSourceItem | Changes the source item in SourceItems. (Inherited from UndoAction) |
![]() | SetSourceItems | Changes the source items in SourceItems. (Inherited from UndoAction) |
![]() | Undo | Undoes the action. |