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