Class DiagramExtensionCommands
Contains extension diagram commands.
Inheritance
System.Object
DiagramExtensionCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public static class DiagramExtensionCommands
Properties
Gets the open print dialog command.
Declaration
public static RoutedUICommand Print { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SketchCommand
Gets the sketch command.
Declaration
public static RoutedUICommand SketchCommand { get; }
Property Value
System.Windows.Input.RoutedUICommand
|