public OperationManager OperationManager {get;}
Public ReadOnly Property OperationManager As OperationManager
public OperationManager OperationManager {get;}
Public ReadOnly Property OperationManager As OperationManager
//undo if (MapView.Active.Map.OperationManager.CanUndo) MapView.Active.Map.OperationManager.UndoAsync();//await as needed //redo if (MapView.Active.Map.OperationManager.CanRedo) MapView.Active.Map.OperationManager.RedoAsync();//await as needed
Target Platforms: Windows 11, Windows 10