alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum DiagramKeys

    Specifies the key value, on recognition of which the command will be executed.

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum DiagramKeys
    Examples
        <CommandManager Commands = "@command">
        </CommandManager>
    @code
    {
        DiagramObjectCollection<KeyboardCommand> command = new DiagramObjectCollection<KeyboardCommand>()
        {
            new KeyboardCommand()
            {
                Name = "CustomGroup",
                Gesture = new KeyGesture() { Key = DiagramKeys.G, Modifiers = ModifierKeys.Control }
            },
        };
    }

    Fields

    Name Description
    A

    Sets the key value as A when key A is pressed.

    ArrowDown

    Sets the key value as down when left down key is pressed.

    ArrowLeft

    Sets the key value as left when left arrow key is pressed.

    ArrowRight

    Sets the key value as right when right arrow key is pressed.

    ArrowUp

    Sets the key value as up when up arrow key is pressed.

    B

    Sets the key value as B when key B is pressed.

    BackSpace

    Sets the key value as BackSpace when BackSpace key is pressed.

    C

    Sets the key value as C when key C is pressed.

    ClosedBracket

    Sets the key value as ClosedBracket when closed bracket key is pressed.

    D

    Sets the key value as D when key D is pressed.

    Delete

    Sets the key value as Delete when delete key is pressed.

    E

    Sets the key value as E when key E is pressed.

    End

    Sets the key value as End when end key is pressed.

    Enter

    Sets the key value as enter when enter key is pressed.

    Escape

    Sets the key value as Escape when escape key is pressed.

    F

    Sets the key value as F when key F is pressed.

    F1

    Sets the key value as F1 when F1 key is pressed.

    F10

    Sets the key value as F10 when F10 key is pressed.

    F11

    Sets the key value as F11 when F11 key is pressed.

    F12

    Sets the key value as F12 when F12 key is pressed.

    F2

    Sets the key value as F2 when F2 key is pressed.

    F3

    Sets the key value as F3 when F3 key is pressed.

    F4

    Sets the key value as F4 when F4 key is pressed.

    F5

    Sets the key value as F5 when F5 key is pressed.

    F6

    Sets the key value as F6 when F6 key is pressed.

    F7

    Sets the key value as F7 when F7 key is pressed.

    F8

    Sets the key value as F8 when F8 key is pressed.

    F9

    Sets the key value as F9 when F9 key is pressed.

    G

    Sets the key value as G when key G is pressed.

    GreaterThan

    Sets the key value as GreaterThan when greater than key is pressed.

    H

    Sets the key value as H when key H is pressed.

    Home

    Sets the key value as Home when home key is pressed.

    I

    Sets the key value as I when key I is pressed.

    J

    Sets the key value as J when key J is pressed.

    K

    Sets the key value as K when key K is pressed.

    L

    Sets the key value as L when key L is pressed.

    LessThan

    Sets the key value as LessThan when less than key is pressed.

    M

    Sets the key value as M when key M is pressed.

    Minus

    Sets the key value as Minus when minus key is pressed.

    N

    Sets the key value as N when key N is pressed.

    None

    Sets the key value as null when none keys is pressed.

    Number0

    Sets the key value as 0 when key 0 is pressed.

    Number1

    Sets the key value as 1 when key 1 is pressed.

    Number2

    Sets the key value as 2 when key 2 is pressed.

    Number3

    Sets the key value as 3 when key 3 is pressed.

    Number4

    Sets the key value as 4 when key 4 is pressed.

    Number5

    Sets the key value as 5 when key 5 is pressed.

    Number6

    Sets the key value as 6 when key 6 is pressed.

    Number7

    Sets the key value as 7 when key 7 is pressed.

    Number8

    Sets the key value as 8 when key 8 is pressed.

    Number9

    Sets the key value as 9 when key 9 is pressed.

    O

    Sets the key value as O when key O is pressed.

    OpenBracket

    Sets the key value as OpenBracket when open bracket key is pressed.

    P

    Sets the key value as P when key P is pressed.

    PageDown

    Sets the key value as PageDown when page down key is pressed.

    PageUp

    Sets the key value as PageUp when page up key is pressed.

    Plus

    Sets the key value as Plus when plus key is pressed.

    Q

    Sets the key value as Q when key Q is pressed.

    R

    Sets the key value as R when key R is pressed.

    S

    Sets the key value as S when key S is pressed.

    Space

    Sets the key value as Space when space key is pressed.

    Star

    Sets the key value as Star when star key is pressed.

    T

    Sets the key value as T when key T is pressed.

    Tab

    Sets the key value as Tab when tab key is pressed.

    U

    Sets the key value as U when key U is pressed.

    V

    Sets the key value as V when key V is pressed.

    W

    Sets the key value as W when key W is pressed.

    X

    Sets the key value as X when key X is pressed.

    Y

    Sets the key value as Y when key Y is pressed.

    Z

    Sets the key value as Z when key Z is pressed.

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