menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramKeyGestureBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramKeyGestureBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramKeyGestureBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramKeyGestureBuilder : ControlBuilder

    Constructors

    DiagramKeyGestureBuilder()

    Declaration
    public DiagramKeyGestureBuilder()

    DiagramKeyGestureBuilder(DiagramKeyGesture)

    Declaration
    public DiagramKeyGestureBuilder(DiagramKeyGesture model)
    Parameters
    Type Name Description
    DiagramKeyGesture model

    Methods

    Key(Keys)

    Sets the key value, on recognition of which the command will be executed. none - no key Number0 = The 0 key Number1 = The 1 key Number2 = The 2 key Number3 = The 3 key Number4 = The 4 key Number5 = The 5 key Number6 = The 6 key Number7 = The 7 key Number8 = The 8 key Number9 = The 9 key Number0 = The 0 key BackSpace = The BackSpace key F1 = The f1 key F2 = The f2 key F3 = The f3 key F4 = The f4 key F5 = The f5 key F6 = The f6 key F7 = The f7 key F8 = The f8 key F9 = The f9 key F10 = The f10 key F11 = The f11 key F12 = The f12 key A = The a key B = The b key C = The c key D = The d key E = The e key F = The f key G = The g key H = The h key I = The i key J = The j key K = The k key L = The l key M = The m key N = The n key O = The o key P = The p key Q = The q key R = The r key S = The s key T = The t key U = The u key V = The v key W = The w key X = The x key Y = The y key Z = The z key Left = The left key Right = The right key Top = The top key Bottom = The bottom key Escape = The Escape key Tab = The tab key Delete = The delete key Enter = The enter key The Space key The page up key The page down key The end key The home key The Minus The Plus The Star

    Declaration
    public DiagramKeyGestureBuilder Key(Keys value)
    Parameters
    Type Name Description
    Keys value
    Returns
    Type
    DiagramKeyGestureBuilder

    KeyModifiers(KeyModifiers)

    Sets a combination of key modifiers, on recognition of which the command will be executed. None - no modifiers are pressed Control - ctrl key Meta - meta key im mac Alt - alt key Shift - shift key

    Declaration
    public DiagramKeyGestureBuilder KeyModifiers(KeyModifiers value)
    Parameters
    Type Name Description
    KeyModifiers value
    Returns
    Type
    DiagramKeyGestureBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved