A collection of InputGestures for use with CommandManager.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class InputGestureCollection : SealableCollection<InputGesture>
Visual Basic
Public Class InputGestureCollection _
	Inherits SealableCollection(Of InputGesture)

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..SealableCollection<(Of <(<'InputGesture>)>)>
    yWorks.Support.Windows..::..InputGestureCollection

See Also