VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / DynamicKeyGesture Class
Constructors Properties Methods SeeAlso
In This Topic
    DynamicKeyGesture Class Members
    In This Topic
    The following tables list the members exposed by DynamicKeyGesture.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DynamicKeyGesture class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the input gesture accepts any key modifier.
    Public PropertyGets or sets the key of the input gesture.
    Public PropertyGets or sets a key modifiers of the input gesture.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates the DynamicKeyGesture with specified key and marks that gesture accepts any key modifier.
    Public MethodDetermines whether the specified DynamicKeyGesture matches the input associated with the specified System.Windows.Input.InputEventArgs object.
    See Also