Commands

StockSharp.Xaml.Diagram.GXDiagram

This static class provides all of the predefined commands that Diagrams can handle via their CommandHandler. [WPF only]

Properties

Copy
public static RoutedUICommand Copy { get; }
value = Commands.Copy

Gets the routed command that represents an edit Copy operation: Copy.

Cut
public static RoutedUICommand Cut { get; }
value = Commands.Cut

Gets the routed command that represents an edit Cut operation: Cut.

DecreaseZoom
public static RoutedUICommand DecreaseZoom { get; }
value = Commands.DecreaseZoom

Gets the routed command that represents a navigation zoom-out operation: Object).

Delete
public static RoutedUICommand Delete { get; }
value = Commands.Delete

Gets the routed command that represents an edit Delete operation: Delete.

Edit
public static RoutedCommand Edit { get; }
value = Commands.Edit

Gets the routed command that represents an in-place Edit operation: Edit.

Group
public static RoutedCommand Group { get; }
value = Commands.Group

Gets the routed command that represents an edit Group operation: Group.

IncreaseZoom
public static RoutedUICommand IncreaseZoom { get; }
value = Commands.IncreaseZoom

Gets the routed command that represents a navigation zoom-in operation: Object).

Paste
public static RoutedUICommand Paste { get; }
value = Commands.Paste

Gets the routed command that represents an edit Paste operation: Paste.

Print
public static RoutedUICommand Print { get; }
value = Commands.Print

Gets the routed command that represents a Print operation: Print.

Redo
public static RoutedUICommand Redo { get; }
value = Commands.Redo

Gets the routed command that represents an edit Redo operation: Redo.

SelectAll
public static RoutedUICommand SelectAll { get; }
value = Commands.SelectAll

Gets the routed command that represents an edit SelectAll operation: SelectAll.

Stop
public static RoutedUICommand Stop { get; }
value = Commands.Stop

Gets the routed command that represents the cancelling of an ongoing operation: StopCommand.

Undo
public static RoutedUICommand Undo { get; }
value = Commands.Undo

Gets the routed command that represents an edit Undo operation: Undo.

Ungroup
public static RoutedCommand Ungroup { get; }
value = Commands.Ungroup

Gets the routed command that represents an edit Ungroup operation: Ungroup.

Zoom
public static RoutedUICommand Zoom { get; }
value = Commands.Zoom

Gets the routed command that represents a navigation reset-to-normal-zoom operation: Object).

ZoomToFit
public static RoutedCommand ZoomToFit { get; }
value = Commands.ZoomToFit

Gets the routed command that represents a zoom-to-fit operation: ZoomToFit.