In This Article

ResetZoomLevelAction Class

Represents an IEditAction that resets the zoom level to 100%.

public class ResetZoomLevelAction : ZoomActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase ZoomActionBase object
Implements:
IEditAction IKeyedObject

Constructors

ResetZoomLevelAction()

Initializes an instance of the ResetZoomLevelAction class.

public ResetZoomLevelAction()

Methods

Execute(IEditorView)

Executes the edit action in the specified IEditorView.

public override void Execute(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView in which to execute the edit action.

Inherited Members