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> |