New to Telerik UI for WinFormsStart a free 30-day trial

This static class lists all Diagram public Commands.

Definition

Namespace:Telerik.WinControls.UI.Diagrams

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public static class DiagramCommands

Inheritance: objectDiagramCommands

Properties

Gets the Align command.

C#
public static RoutedUICommand Align { get; }

Gets the Auto fit command.

C#
public static RoutedUICommand AutoFit { get; }

Gets the BeginEdit command.

C#
public static RoutedUICommand BeginEdit { get; }
Property Value:

The open.

Gets the BringForward command.

C#
public static RoutedUICommand BringForward { get; }

Gets the BringToFront command.

C#
public static RoutedUICommand BringToFront { get; }

Gets the CancelEdit command.

C#
public static RoutedUICommand CancelEdit { get; }
Property Value:

The open.

Gets the Clear command.

C#
public static RoutedUICommand Clear { get; }

Gets the CommitEdit command.

C#
public static RoutedUICommand CommitEdit { get; }
Property Value:

The open.

Gets the Copy command.

C#
public static RoutedUICommand Copy { get; }

Gets the Cut command.

C#
public static RoutedUICommand Cut { get; }

Gets the Delete command.

C#
public static RoutedUICommand Delete { get; }

Gets the Duplicate command.

C#
public static RoutedUICommand Duplicate { get; }

Gets the Export command.

C#
public static RoutedUICommand Export { get; }

Gets the Group command.

C#
public static RoutedUICommand Group { get; }

Gets the Layout command.

C#
public static RoutedUICommand Layout { get; }

Gets the Load command.

C#
public static RoutedUICommand Load { get; }

Gets the Nudge command.

C#
public static RoutedUICommand Nudge { get; }

Gets the Open command.

C#
public static RoutedUICommand Open { get; }
Property Value:

The open.

Gets the Paste command.

C#
public static RoutedUICommand Paste { get; }

Gets the Redo command.

C#
public static RoutedUICommand Redo { get; }

Gets the Save command.

C#
public static RoutedUICommand Save { get; }

Gets the SelectAll command.

C#
public static RoutedUICommand SelectAll { get; }

Gets the SendBackward command.

C#
public static RoutedUICommand SendBackward { get; }

Gets the SendToBack command.

C#
public static RoutedUICommand SendToBack { get; }

Gets the Snap command.

C#
public static RoutedUICommand Snap { get; }

Gets the SwitchGridVisibility command.

C#
public static RoutedUICommand SwitchGridVisibility { get; }

Gets the Undo command.

C#
public static RoutedUICommand Undo { get; }

Gets the Ungroup command.

C#
public static RoutedUICommand Ungroup { get; }