Class DiagramRibbonCommands
This static class lists all DiagramRibbon related public Commands.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Ribbon
Assembly: Telerik.Windows.Controls.Diagrams.Ribbon.dll
Syntax
public static class DiagramRibbonCommands
Properties
ChangeConnectionType
Gets the ChangeConnectionType command.
Declaration
public static RoutedUICommand ChangeConnectionType { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ChangeShapeTool
Gets the ChangeShapeTool command.
Declaration
public static RoutedUICommand ChangeShapeTool { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ChangeUseFreeConnectors
Gets the ChangeUseFreeConnectors command.
Declaration
public static RoutedUICommand ChangeUseFreeConnectors { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
EnableAStarRouter
Gets the EnableAStarRouter command.
Declaration
public static RoutedUICommand EnableAStarRouter { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
RouteAll
Gets the RouteAll command.
Declaration
public static RoutedUICommand RouteAll { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SugiyamaLayout
Gets the SugiyamaLayout command.
Declaration
public static RoutedUICommand SugiyamaLayout { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
TreeLayout
Gets the TreeLayout command.
Declaration
public static RoutedUICommand TreeLayout { get; }
Property Value
System.Windows.Input.RoutedUICommand
|