Class KeyGesture
Represents a keyboard combination that can trigger a command.
Inheritance
System.Object
KeyGesture
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class KeyGesture : Object
Remarks
Represents the key gesture, comprising a main key and optional modifier keys.
Constructors
KeyGesture()
Declaration
public KeyGesture()
Properties
Key
Represents the PDF key commonly used in Pdf-related operations.
Declaration
public PdfKeys Key { get; set; }
Property Value
Type | Description |
---|---|
PdfKeys | Enum value represents PdfKeys |
Modifiers
Represents the enumeration value for the modifier key used in keyboard combinations in the PDF Viewer.
Declaration
public PdfModifierKeys Modifiers { get; set; }
Property Value
Type | Description |
---|---|
PdfModifierKeys | Enum value represents PdfModifierKeys |