menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyGesture - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

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