Commands
This static class provides all of the predefined commands that Diagrams can handle via their CommandHandler. [WPF only]
Properties
public static RoutedUICommand Copy { get; }
value = Commands.Copy
Gets the routed command that represents an edit Copy operation: Copy.
public static RoutedUICommand Cut { get; }
value = Commands.Cut
Gets the routed command that represents an edit Cut operation: Cut.
public static RoutedUICommand DecreaseZoom { get; }
value = Commands.DecreaseZoom
Gets the routed command that represents a navigation zoom-out operation: Object).
public static RoutedUICommand Delete { get; }
value = Commands.Delete
Gets the routed command that represents an edit Delete operation: Delete.
public static RoutedCommand Edit { get; }
value = Commands.Edit
Gets the routed command that represents an in-place Edit operation: Edit.
public static RoutedCommand Group { get; }
value = Commands.Group
Gets the routed command that represents an edit Group operation: Group.
public static RoutedUICommand IncreaseZoom { get; }
value = Commands.IncreaseZoom
Gets the routed command that represents a navigation zoom-in operation: Object).
public static RoutedUICommand Paste { get; }
value = Commands.Paste
Gets the routed command that represents an edit Paste operation: Paste.
public static RoutedUICommand Print { get; }
value = Commands.Print
Gets the routed command that represents a Print operation: Print.
public static RoutedUICommand Redo { get; }
value = Commands.Redo
Gets the routed command that represents an edit Redo operation: Redo.
public static RoutedUICommand SelectAll { get; }
value = Commands.SelectAll
Gets the routed command that represents an edit SelectAll operation: SelectAll.
public static RoutedUICommand Stop { get; }
value = Commands.Stop
Gets the routed command that represents the cancelling of an ongoing operation: StopCommand.
public static RoutedUICommand Undo { get; }
value = Commands.Undo
Gets the routed command that represents an edit Undo operation: Undo.
public static RoutedCommand Ungroup { get; }
value = Commands.Ungroup
Gets the routed command that represents an edit Ungroup operation: Ungroup.
public static RoutedUICommand Zoom { get; }
value = Commands.Zoom
Gets the routed command that represents a navigation reset-to-normal-zoom operation: Object).
public static RoutedCommand ZoomToFit { get; }
value = Commands.ZoomToFit
Gets the routed command that represents a zoom-to-fit operation: ZoomToFit.