Commands
Diese statische Klasse bietet alle vordefinierten Befehle, die Diagramme über CommandHandler behandeln können.
Eigenschaften
public static RoutedUICommand Copy { get; }
value = Commands.Copy
Bekommt den gerouteten Befehl, der eine Edit Copy-Operation darstellt: Copy.
public static RoutedUICommand Cut { get; }
value = Commands.Cut
Bekommt den gerouteten Befehl, der eine Edit Cut-Operation darstellt: Cut.
public static RoutedUICommand DecreaseZoom { get; }
value = Commands.DecreaseZoom
Bekommt den gerouteten Befehl, der eine Navigations-Zoom-Out-Operation darstellt: Objekt.
public static RoutedUICommand Delete { get; }
value = Commands.Delete
Bekommt den gerouteten Befehl, der eine Bearbeitungsoperation Löschen darstellt: Löschen.
public static RoutedCommand Edit { get; }
value = Commands.Edit
Bekommt den gerouteten Befehl, der eine ortsunabhängige Edit-Operation darstellt: Edit.
public static RoutedCommand Group { get; }
value = Commands.Group
Bekommt den gerouteten Befehl, der eine Edit Group Operation: Group darstellt.
public static RoutedUICommand IncreaseZoom { get; }
value = Commands.IncreaseZoom
Bekommt den gerouteten Befehl, der eine Navigations-Zoom-In-Operation darstellt: Objekt.
public static RoutedUICommand Paste { get; }
value = Commands.Paste
Bekommt den gerouteten Befehl, der eine Edit Paste-Operation darstellt: Paste.
public static RoutedUICommand Print { get; }
value = Commands.Print
Bekommt den gerouteten Befehl, der eine Druckoperation darstellt: Drucken.
public static RoutedUICommand Redo { get; }
value = Commands.Redo
Bekommt den gerouteten Befehl, der eine Redo-Bearbeitungsoperation darstellt: Redo.
public static RoutedUICommand SelectAll { get; }
value = Commands.SelectAll
Erhaltet den gerouteten Befehl, der eine Bearbeitung SelectAll Operation darstellt: SelectAll @.
public static RoutedUICommand Stop { get; }
value = Commands.Stop
Bekommt den gerouteten Befehl, der die Absage einer laufenden Operation darstellt: StopCommand.
public static RoutedUICommand Undo { get; }
value = Commands.Undo
Bekommt den gerouteten Befehl, der eine Edit Undo-Operation darstellt: Undo.
public static RoutedCommand Ungroup { get; }
value = Commands.Ungroup
Bekommt den gerouteten Befehl, der eine Ungroup-Operation bearbeiten: Ungroup darstellt.
public static RoutedUICommand Zoom { get; }
value = Commands.Zoom
Bekommt den gerouteten Befehl, der eine Navigations-Reset-to-Normal-Zoom-Operation darstellt: Object.
public static RoutedCommand ZoomToFit { get; }
value = Commands.ZoomToFit
Bekommt den gerouteten Befehl, der eine Zoom-to-Fit-Operation darstellt: ZoomToFit.