Single |
public class SinglePropertyEdit : MultiVisualPropertyEdit
The SinglePropertyEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| SinglePropertyEdit | Initializes a new instance of the SinglePropertyEdit class. |
| Name | Description | |
|---|---|---|
| Document |
The document that contains the edit.
(Inherited from DocumentEdit) | |
| Ids |
The Ids of the affected visuals.
(Inherited from DocumentVisualsEdit) |
| Name | Description | |
|---|---|---|
| FindVisuals |
Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit) | |
| Redo |
Executed when redo is called on this edit from the UndoManager
(Inherited from MultiVisualPropertyEdit) | |
| SetVisuals |
Set the list of affected visuals.
(Inherited from DocumentVisualsEdit) | |
| ToString |
Returns a string representation of this property edit showing the old and new values.
(Overrides MultiVisualPropertyEditToString) | |
| Undo |
Executed when undo is called on this edit from the UndoManager
(Inherited from MultiVisualPropertyEdit) | |
| VisualsToString |
Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit) |
| Name | Description | |
|---|---|---|
| newValues |
The list of new property values for each visual after the edit.
(Inherited from MultiVisualPropertyEdit) | |
| oldValues |
The list of original property values for each visual before the edit.
(Inherited from MultiVisualPropertyEdit) | |
| path |
The property path to be modified on each visual.
(Inherited from MultiVisualPropertyEdit) |