alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class StencilCommandManager

    Represents to manage the keyboard commands for the stencil.

    Inheritance
    System.Object
    StencilCommandManager
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class StencilCommandManager : Object

    Constructors

    StencilCommandManager()

    Initializes a new instance of the StencilCommandManager class.

    Declaration
    public StencilCommandManager()

    Properties

    Commands

    Gets or sets the collection of stencil commands.

    Declaration
    public ObservableCollection<IGestureCommand> Commands { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<IGestureCommand>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved