Class DiagramExtensionCommands
Contains extension diagram commands.
Inheritance
System.Object
DiagramExtensionCommands
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
[ExtensionCommandsInitialization]
public static class DiagramExtensionCommands : Object
Properties
Gets the open print dialog command.
Declaration
public static RoutedUICommand Print { get; }
Property Value
RoutedUICommand
|
SketchCommand
Gets the sketch command.
Declaration
public static RoutedUICommand SketchCommand { get; }
Property Value
RoutedUICommand
|