menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IStencilCommand - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IStencilCommand

    Represents an interface to support commands of Stencil class.

    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IStencilCommand : INotifyPropertyChanged

    Properties

    Copy

    Gets the command that copies the selected stencil symbols to the clipboard.

    Declaration
    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
    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
    ICommand Delete { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveDown

    Gets or sets the command to select the symbol below in stencil symbol group.

    Declaration
    ICommand MoveDown { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveLeft

    Gets or sets the command to select the symbol to Left in stencil symbol group.

    Declaration
    ICommand MoveLeft { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveRight

    Gets or sets the command to select the symbol to Right in stencil symbol group.

    Declaration
    ICommand MoveRight { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveToFirstInColumn

    Gets or sets the command to select the first symbol in the columns of stencil symbol group.

    Declaration
    ICommand MoveToFirstInColumn { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveToFirstInRow

    Gets or sets the command to select the first symbol in the row of stencil symbol group.

    Declaration
    ICommand MoveToFirstInRow { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveToLastInColumn

    Gets or sets the command to select the last symbol in the column of stencil symbol group.

    Declaration
    ICommand MoveToLastInColumn { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveToLastInRow

    Gets or sets the command to select the last symbol in the row of stencil symbol group.

    Declaration
    ICommand MoveToLastInRow { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    MoveUp

    Gets or sets the command to select the symbol above in stencil symbol group.

    Declaration
    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
    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
    ICommand Rename { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    SelectAll

    Gets or sets the SelectAll command to invoke when to select all the symbol in stencil.

    Declaration
    ICommand SelectAll { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    UnSelect

    Gets or sets the UnSelect command to invoke when to unselect all the selected symbol in stencil.

    Declaration
    ICommand UnSelect { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand

    An object implementing the System.Windows.Input.ICommand interface.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved