Property CanUndo
CanUndo
Gets a value indicating whether there are actions that can be undone on the Geometry.
Declaration
public bool CanUndo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
This applies to both programmatic and interactive changes to the Geometry and is useful for enabling or disabling a UI control for undo actions.
The value of CanUndo changes, raising the
- an initial action that can be undone is performed in the GeometryEditor, or
- the last remaining action that can be undone was undone
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |