Class StencilCommands
Provides access to stencil commands.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public static class StencilCommands : Object
Properties
Copy
Gets the command that copies the selected stencil symbols to the clipboard.
Declaration
public static ICommand Copy { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
Cut
Gets the command that removes the selected stencil symbols and copies them to the clipboard.
Declaration
public static ICommand Cut { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
Delete
Gets the command that deletes the selected stencil symbols.
Declaration
public static ICommand Delete { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveDown
Gets the command that Moves the selection to Below stencil symbols.
Declaration
public static ICommand MoveDown { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveLeft
Gets the command that Moves the selection to Left stencil symbols.
Declaration
public static ICommand MoveLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveRight
Gets the command that Moves the selection to Right stencil symbols.
Declaration
public static ICommand MoveRight { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveToFirstInColumn
Gets the command that selects first in column of stencil symbols.
Declaration
public static ICommand MoveToFirstInColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveToFirstInRow
Gets the command that selects first in row of stencil symbols.
Declaration
public static ICommand MoveToFirstInRow { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveToLastInColumn
Gets the command that selects last in column of stencil symbols.
Declaration
public static ICommand MoveToLastInColumn { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveToLastInRow
Gets the command that selects last in row of stencil symbols.
Declaration
public static ICommand MoveToLastInRow { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
MoveUp
Gets the command that Moves the selection to above stencil symbols.
Declaration
public static ICommand MoveUp { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
Paste
Gets the command that inserts the stencil symbols from the clipboard into the stencil and onto the SymbolGroup.
Declaration
public static ICommand Paste { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
Rename
Gets the command that renames the selected stencil symbols.
Declaration
public static ICommand Rename { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
SelectAll
Gets the command that Selects All the stencil symbols.
Declaration
public static ICommand SelectAll { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |
UnSelect
Gets the command that UnSelect the selection of stencil symbols.
Declaration
public static ICommand UnSelect { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand | An object implementing the System.Windows.Input.ICommand interface. |