Class KeyboardCommand
Represents the combination of an action name and a corresponding key gesture.
Inheritance
System.Object
KeyboardCommand
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class KeyboardCommand : Object
Remarks
This class encapsulates the pairing of an action name with its associated key gesture
Constructors
KeyboardCommand()
Declaration
public KeyboardCommand()
Properties
ActionName
Represents the Name of the Action to be performed.
Declaration
public string ActionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Action Name |
Gesture
Represents the combination of keys and key modifiers, on the recognition of which command should be executed.
Declaration
public KeyGesture Gesture { get; set; }
Property Value
Type | Description |
---|---|
KeyGesture | A combination of keys and key modifiers. |